Skip to content

Commit 996b096

Browse files
authored
fix: prevent vertical scroll on mobile keyboard accessory bar (#72)
Thank you @TeigenZhang for the clean mobile fix!
1 parent ffa7fcf commit 996b096

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/web/public/mobile.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ html.mobile-init .file-browser-panel {
893893
gap: 8px;
894894
align-items: center;
895895
overflow-x: auto;
896+
overflow-y: hidden;
896897
-webkit-overflow-scrolling: touch;
897898
z-index: 51;
898899
transition: transform 0.15s ease-out;
@@ -2097,6 +2098,7 @@ html.mobile-init .file-browser-panel {
20972098
gap: 8px;
20982099
align-items: center;
20992100
overflow-x: auto;
2101+
overflow-y: hidden;
21002102
-webkit-overflow-scrolling: touch;
21012103
z-index: 51;
21022104
}

0 commit comments

Comments
 (0)