mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Changed overflow to initial, this fixes the windowing effect on WebKit iOS devices
This commit is contained in:
parent
9e0986ce9f
commit
c309cc3d37
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
html,
|
||||
body {
|
||||
min-height: 100vh;
|
||||
overflow: auto;
|
||||
overflow: initial;
|
||||
scrollbar-color: #616161 #303030; //firefox
|
||||
scrollbar-width: thin; //firefox
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
@ -138,4 +138,4 @@ table {
|
|||
|
||||
::ng-deep .mat-form-field.mat-focused .mat-form-field-label {
|
||||
color: $accent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue