You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Safari 14.1 the div with the class "joyride-backdrop backdrop-bottom" is only shown / scaling up to full height, after resizing the browser window a bit.
Additional context
Problem can be fixed by replacing "height: 100%" with "flex-grow:1" for the div mentioned. Tested in Chrome, Firefox, MS Edge, Opera
The text was updated successfully, but these errors were encountered:
Describe the bug
In Safari 14.1 the div with the class "joyride-backdrop backdrop-bottom" is only shown / scaling up to full height, after resizing the browser window a bit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Div scales up fully.
Screenshots
Additional context
Problem can be fixed by replacing "height: 100%" with "flex-grow:1" for the div mentioned. Tested in Chrome, Firefox, MS Edge, Opera
The text was updated successfully, but these errors were encountered: