Skip to content

Commit

Permalink
improve(ui): polish scrollbar of mobile bar for Android devices
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Nov 29, 2022
1 parent 9b44a83 commit e0279c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/frontend/mobile/index.css
Expand Up @@ -100,7 +100,12 @@
align-items: center;
overflow-x: overlay;
overflow-y: hidden;
overflow-scrolling: touch;
width: 95%;

&::-webkit-scrollbar {
height: 4px;
}
}

.toolbar-hide-keyboard {
Expand Down

0 comments on commit e0279c3

Please sign in to comment.