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
This is suddenly happening to me with display:flex as well. It did not appear this way for a little bit but for some reason is, and I'm not sure why. Same behaviour as OP - the duplicated controls work in reverse. Cannot easily find why this is in Inspect Element or the CSS itself.
EDIT: Was able to fix it by moving display:flex to the main container instead of it's parent. Not really sure why this changes the behaviour but it works so I won't complain!
Problem
Both vertically and horizontally I can see 2 controls on both ends.
Visually the duplicated controls point to the same direction, but move the scrollbar the other direction.
I illustrate:
[move left][move right] ---- scrollbar ---- [move left][move right]
And same thing vertically.
Reproduction
This happens if I set the body to
display: grid
Workaround:
Don't do it.
The text was updated successfully, but these errors were encountered: