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
Perhaps a .fixed class for any element that is fixed that manages the size of fixed elements and uses the same logic and is in the same file as the container logic.
A bunch of elements have
position:fixed
andwidth:100%
because they are position:fixed, width:100% isn't the parents width it's the page width.There needs to be consistent width logic for the container which also gets applied to all position:fixed elements e.g.
The text was updated successfully, but these errors were encountered: