mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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;
|
||||
bottom: 0;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch; /* necessary for momentum scrolling */
|
||||
}
|
||||
|
||||
.fish_left_bar
|
||||
|
|
Loading…
Reference in a new issue