Clay: ModalBody height fixed to 160px if Iframe

Created on 5 Sep 2019  路  7Comments  路  Source: liferay/clay

image

In case we use modals to display iframes, the body height is fixed to 160px which quite a small height. This doesn't work well with most of our use cases

Note: the issue disappear on full-screen modals.

2.x 3.x clay-css

All 7 comments

@FabioDiegoMastrorilli what kind of behavior would you like to see? Lexicon Team has no definition for this. I could add a modifier class on modal to make a modal expand to the full height of the browsers window.

Edit: Unfortunately I'm unable to make it fit based on the content inside theiframe. I have no access to it.

Something like:
modal-iframe

/cc @drakonux

@pat270 a full screen modifier and a large one would be helpful :)

I don't know if it is possible, but even changing the default height might be a solution if doesn't break anything.

From what I've seen so far 450px fits well with most of our designs.

From our point of view, the body height of a modal window should not be fixed. Product teams should be able to set a height value with a default height preset or choose to let it grow as the content within defines.

We can consider to redefining the different sizes or behaviors if you need (open a request in LEXI).

ps. could we have a default height value??

Hi @drakonux , in some scenarios we don't know exactly the height of the content so we should rely on fixed height. A set of presets would be very useful for us

@FabioDiegoMastrorilli @drakonux I added fixed height modals with arbitrary heights. We can change them once we figure out what we need. The classes modal-height-full (window height), modal-height-sm (250px), modal-height-md (450px), modal-height-lg (650px), modal-height-xl (800px) can be added to modal to apply the respective styles.

@pat270 perfect! :) Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bryceosterhaus picture bryceosterhaus  路  5Comments

dgarciasarai picture dgarciasarai  路  4Comments

brunofarache picture brunofarache  路  5Comments

bicienzu picture bicienzu  路  3Comments

drakonux picture drakonux  路  5Comments