We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a dialog is taller than the screen height on IE11, the bottom of the dialog is hidden with no way to scroll it into view.
To reproduce Steps to reproduce the behavior:
Expected behavior The behavior should be the same is on other browsers. The body of the dialog should shrink and become scrollable.
Screenshots If applicable, add screenshots to help explain your problem.
Context
Affected components ui5-dialog
The text was updated successfully, but these errors were encountered:
fix(ui5-dialog): no longer gets clipped in short screen height in IE (#…
03c8447
…2429) Fixes: #2243
f1c49e1
24a7351
7269d36
georgimkv
Successfully merging a pull request may close this issue.
Describe the bug
When a dialog is taller than the screen height on IE11, the bottom of the dialog is hidden with no way to scroll it into view.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The behavior should be the same is on other browsers. The body of the dialog should shrink and become scrollable.
Screenshots
![Screen Shot 2020-09-21 at 4 05 06 PM](https://user-images.githubusercontent.com/24360164/94172756-be79ae00-fe47-11ea-83a4-9f9caad2a468.png)
If applicable, add screenshots to help explain your problem.
Context
Affected components
ui5-dialog
The text was updated successfully, but these errors were encountered: