Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal is confined inside of the container it is called from #1669

Closed
caseychoiniere opened this issue Sep 16, 2015 · 3 comments
Closed

Modal is confined inside of the container it is called from #1669

caseychoiniere opened this issue Sep 16, 2015 · 3 comments
Labels
component: modal This is the name of the generic UI component, not the React module!

Comments

@caseychoiniere
Copy link

Seems that the bounding tag that contains it visually, if it has explicit width and height(or at least width), keeps the modal from being able to open in the main page and the modal is then constricted by containing element.

In example, if you have a button that opens the modal from a left-panel or side nav that has explicit width set, the modal will be opened inside that panel and will be confined to the same width set on the containing element.

Is there a work-around for this?

It shows like this

screen shot 2015-09-16 at 4 15 07 pm

I would like it to show properly like this

screen shot 2015-09-16 at 4 16 55 pm

@caseychoiniere
Copy link
Author

Seems that issue #1675 addresses this issue similarly. I will close this issue for now. Thanks for your help.

@caseychoiniere
Copy link
Author

Realize this issue should stay open until #1675 is closed. Sorry for the confusion.

@alitaheri
Copy link
Member

addressed in #2129

@zannager zannager added the component: modal This is the name of the generic UI component, not the React module! label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: modal This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants