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
See the "Dialog With Title Overflow" story in Safari and try scrolling. There's some minor 1px shifting going on and I haven't been able to fix it. Even removing the -1px pixel rounding fix does not work. Probably better to just move away from the position: sticky solution and move to a CSS grid here instead.
EDIT: This is also very apparent during the entry animation of a DialogModal, the footer shifts significantly.
The text was updated successfully, but these errors were encountered:
Another thing we should fix as part of this ticket is the focus outline on slide modals. Currently it's outset which gets cut off at the top and bottom. We can do:
See the "Dialog With Title Overflow" story in Safari and try scrolling. There's some minor 1px shifting going on and I haven't been able to fix it. Even removing the
-1px
pixel rounding fix does not work. Probably better to just move away from theposition: sticky
solution and move to a CSS grid here instead.EDIT: This is also very apparent during the entry animation of a
DialogModal
, the footer shifts significantly.The text was updated successfully, but these errors were encountered: