Skip to content

Commit 19e1442

Browse files
authored
Merge pull request #17366 from vatro/dev
Enables smooth scrolling of docs side-panel on iOS devices
2 parents d7b1fdb + a7b2da4 commit 19e1442

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)