-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Dialog]: It's not possible to use CSS width:100% #920
Comments
- Adds Popup as base class for both Dialog and Popover - Add animation for opening / closing of Popups - Fixes some layout issues with Dialog's content - Closing of Dialog can be prevented using preventDefault() call in onBeforeClose FIXES: #920
How this issue is going on? I've met this issue too. I installed version 0.7.1 of @ui5/webcomponents-react. |
Anyone please have a look into the screenshot from SAP/ui5-webcomponents-react#285. The dialog content is under the shadow dom, so css style from outside can not be affected. .ui5-dialog-content {
width: "100%";
} |
Closing the issue as the PR is merged 😊 |
Describe the bug
The dialog component does not display a content with a 100% width component.
It seems pretty much the same (but for the height) of #889
Isolated example
https://codesandbox.io/s/vue-template-epsy5?fontsize=14
Expected behavior
The three content divs should be separated
Context
Affected components (if known)
Dialog
The text was updated successfully, but these errors were encountered: