Skip to content

Commit

Permalink
docs(site): hidden scrollbar and mobile for firefox (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Jan 29, 2024
1 parent a9aef80 commit 00d01ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/varlet-cli/site/mobile.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/varlet-cli/site/pc/components/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const changeRoute = (item: Menu) => {
overflow-y: scroll;
box-shadow: 0 8px 12px var(--site-config-color-shadow);
background: var(--site-config-color-bar);
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 00d01ab

Please sign in to comment.