Browse Source

Replace overflow overlay with auto (#772)

pull/776/head
Matthias H 4 years ago
committed by GitHub
parent
commit
27c9bead74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/app/framework/angular/list-view.component.scss
  2. 2
      frontend/app/theme/_panels2.scss

2
frontend/app/framework/angular/list-view.component.scss

@ -29,7 +29,7 @@
&.normal {
overflow-x: hidden;
overflow-y: overlay;
overflow-y: auto;
}
.inner {

2
frontend/app/theme/_panels2.scss

@ -224,7 +224,7 @@
}
&.overflow {
overflow-y: overlay;
overflow-y: auto;
}
}

Loading…
Cancel
Save