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 a follow up for this PR . .overflow-auto was put on the team nav to solve for scrolling the navigation on smaller screens. However, doing so resulted in an unnecessary vertical scroll bar as well.
Including overflow-x and y utilities in Primer would help solve for instances where an overflow on only one (x or y) axis is required.
In the PR, as a workaround, we've included custom styles to account for overflow-x: auto and overflow-y: hidden. Once we add these utilities to the library we should go back and clean up the above PR (e.g. remove the custom styling).
The text was updated successfully, but these errors were encountered:
This is a follow up for this PR . .
overflow-auto
was put on the team nav to solve for scrolling the navigation on smaller screens. However, doing so resulted in an unnecessary vertical scroll bar as well.Including overflow-x and y utilities in Primer would help solve for instances where an overflow on only one (x or y) axis is required.
In the PR, as a workaround, we've included custom styles to account for
overflow-x: auto
andoverflow-y: hidden
. Once we add these utilities to the library we should go back and clean up the above PR (e.g. remove the custom styling).The text was updated successfully, but these errors were encountered: