Skip to content

Commit

Permalink
remove scrollbar from menu list
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Jun 18, 2023
1 parent 1d67068 commit e36e727
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/components/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
flex-flow: column nowrap;
justify-content: flex-end;
list-style-type: none;
scrollbar-width: none;
}
ul::-webkit-scrollbar {
display: none;
}
li {
Expand Down

0 comments on commit e36e727

Please sign in to comment.