Skip to content

Commit b5e6632

Browse files
committed
fix: override touch-action to allow horizontal scrolling on mobile
1 parent a422326 commit b5e6632

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/public/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ footer {
197197
overflow-x: auto;
198198
overflow-y: auto;
199199
-webkit-overflow-scrolling: touch;
200+
touch-action: pan-x pan-y;
200201
}
201202

202203
.cowsay {

0 commit comments

Comments
 (0)