.pageMenuUserTabList {
border-bottom: 1px solid var(--border-color);
display: grid;
+ flex: 0 0 auto;
grid-auto-columns: minmax(70px, 1fr);
grid-auto-flow: column;
overflow: auto;
.pageMenuUserTabPanel {
flex: 1 auto;
+ overflow: hidden;
}
@include screen-md-down {
}
}
-@include screen-sm-down {
- .pageMenuMainNavigation:last-child {
- /* Gap to prevent conflicts with the UI elements of touch browsers. */
- margin-bottom: 30px;
- }
-
- .pageMenuUserTabContainer {
- /* Gap to prevent conflicts with the UI elements of touch browsers. */
- padding-bottom: 30px;
- }
-}
-
@include screen-xs {
.pageMenuContent {
width: 100%;