Skip to content

Commit

Permalink
Auto gutter when width and other width
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Dec 18, 2023
1 parent c2c4f29 commit 55208e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/system/StartMenu/StyledStartMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const StyledStartMenu = styled(motion.nav)<StyledStartMenuProps>`
padding-top: 7px;
scrollbar-width: none;
@supports selector(::-webkit-scrollbar) and (scrollbar-width: thin) {
scrollbar-gutter: auto;
}
${StyledFileManager} {
margin: 0;
overflow: hidden;
Expand Down

0 comments on commit 55208e2

Please sign in to comment.