improve(ui): polish scrollbar of mobile bar for Android devices

pull/7492/head
charlie 2022-11-29 11:58:42 +08:00
parent 9b44a8313c
commit e0279c3693
1 changed files with 5 additions and 0 deletions

View File

@ -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 {