mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix to enable momentum scrolling on iOS in new documentation
This commit is contained in:
parent
8edb53e902
commit
4980959fce
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ body
|
||||||
top: 36px;
|
top: 36px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch; /* necessary for momentum scrolling */
|
||||||
}
|
}
|
||||||
|
|
||||||
.fish_left_bar
|
.fish_left_bar
|
||||||
|
|
Loading…
Reference in a new issue