From 27c9bead744ae08b1062adf2dae2ecb316d92715 Mon Sep 17 00:00:00 2001 From: Matthias H Date: Wed, 27 Oct 2021 07:24:53 +0200 Subject: [PATCH] Replace overflow overlay with auto (#772) --- frontend/app/framework/angular/list-view.component.scss | 2 +- frontend/app/theme/_panels2.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/framework/angular/list-view.component.scss b/frontend/app/framework/angular/list-view.component.scss index e58e6dd09..1ab10b1b1 100644 --- a/frontend/app/framework/angular/list-view.component.scss +++ b/frontend/app/framework/angular/list-view.component.scss @@ -29,7 +29,7 @@ &.normal { overflow-x: hidden; - overflow-y: overlay; + overflow-y: auto; } .inner { diff --git a/frontend/app/theme/_panels2.scss b/frontend/app/theme/_panels2.scss index 0c6760c63..cfa7eaedc 100644 --- a/frontend/app/theme/_panels2.scss +++ b/frontend/app/theme/_panels2.scss @@ -224,7 +224,7 @@ } &.overflow { - overflow-y: overlay; + overflow-y: auto; } }