Skip to content

Commit

Permalink
Duplicated scrollbar in drawer menu (#2400)
Browse files Browse the repository at this point in the history
* Delete overflow-y

* Add position: relative to menu-drawer__utility-links
  • Loading branch information
eugenekasimov authored Mar 15, 2023
1 parent 26255a9 commit 732f076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/component-menu-drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ details[open].menu-opening > .menu-drawer__submenu {
.menu-drawer__utility-links {
padding: 2rem;
background-color: rgba(var(--color-foreground), 0.03);
position: relative;
}

.menu-drawer__account {
Expand Down

0 comments on commit 732f076

Please sign in to comment.