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
Setting width to 100 causes overlay to overflow on long lines instead of wrapping properly. This is because overlay being set to 100% with padding will be bigger than the app container div. Padding would work properly with "Auto" width instead (I think?).
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting width to 100 causes overlay to overflow on long lines instead of wrapping properly. This is because overlay being set to 100% with padding will be bigger than the app container div. Padding would work properly with "Auto" width instead (I think?).
The text was updated successfully, but these errors were encountered: