Skip to content

Commit

Permalink
fix: hide OverflowScroller elements
Browse files Browse the repository at this point in the history
  • Loading branch information
JeikZim committed Sep 25, 2024
1 parent 27f9c07 commit 642e180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
}

.dc-root_wide-format {
.dc-doc-layout__right:has(.dc-subnavigation:only-child) {
display: none;
}

@media (max-width: map-get($screenBreakpoints, 'md') - 1) {
& .dc-subnavigation {
$wideFormatHorizontalPadding: 8px;
Expand Down

0 comments on commit 642e180

Please sign in to comment.