-
Notifications
You must be signed in to change notification settings - Fork 2
Vertical scrollbar is disappearing when open a combobox inside a dialog in Safari #204
Comments
Confirmed. The |
Thank you. Unfortunately, if I set the |
Oh, yeah, that's right. Needs more investigation, then. |
Now when I looking into this, I think that We would need an attribute e.g. |
Created a reduced test case which shows the actual issue: https://codepen.io/web-padawan/pen/MWKZxRP UPD: another test case, without Shadow DOM: https://codepen.io/web-padawan/pen/mdVvdyN |
The bug appears to be fixed in Safari 14.0 beta, but present in Safari TP 102: Safari 14 betaSafari TP 102This appears to be a I will try to come up with a workaround. |
In Vaadin 14.2.3, only on Safari.
When I'm opening the overlay of the combobox, the dialog inner scrollbar is disappearing.
I can reproduce it in Safari. Chrome seems ok.
Here the code to reproduce it:
dialog-overlay.css
shared-styles.css
vaadin_14_1_8_safari after opening the combobox
vaadin_14_2_3_safari before opening the combobox
vaadin_14_2_3_safari after opening the combobox
The text was updated successfully, but these errors were encountered: