mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge pull request #3816 from JPyke3/webkit-overflow-fix
Fix WebKit windowing effect
This commit is contained in:
commit
100336b3fc
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: auto;
|
overflow: initial;
|
||||||
scrollbar-color: #616161 #303030; //firefox
|
scrollbar-color: #616161 #303030; //firefox
|
||||||
scrollbar-width: thin; //firefox
|
scrollbar-width: thin; //firefox
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue