Skip to content

Commit a7b2da4

Browse files
committed
Enables smooth scrolling of docs side-panel on iOS devices
1 parent b043081 commit a7b2da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ h1 a {
254254
flex: 1;
255255
overflow-y: auto;
256256
overflow-x: hidden;
257+
-webkit-overflow-scrolling: touch;
257258
padding: 0 var(--panel-padding) var(--panel-padding) var(--panel-padding);
258259
}
259260

0 commit comments

Comments
 (0)