Skip to content

Commit

Permalink
Merge pull request #3816 from JPyke3/webkit-overflow-fix
Browse files Browse the repository at this point in the history
Fix WebKit windowing effect
  • Loading branch information
tidusjar authored Oct 26, 2020
2 parents ec869f9 + c309cc3 commit 100336b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ombi/ClientApp/src/styles/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -138,4 +138,4 @@ table {

::ng-deep .mat-form-field.mat-focused .mat-form-field-label {
color: $accent;
}
}

0 comments on commit 100336b

Please sign in to comment.