From 206ff76b7936f1c7c2c81e79c86eff1070b1f2e8 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 May 2025 22:03:58 +0200 Subject: [PATCH] fix(webapp): fix flickering? (#8549) * Fix flickering? * Move scrollbar-gutter: stable to html, fixing flickering --- webapp/assets/styles/main.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/assets/styles/main.scss b/webapp/assets/styles/main.scss index 036b7b90d..f912a0dc3 100644 --- a/webapp/assets/styles/main.scss +++ b/webapp/assets/styles/main.scss @@ -1,6 +1,10 @@ @import './imports/_tooltip.scss'; @import './imports/_toast.scss'; +html { + scrollbar-gutter: stable; +} + // Transition Easing $easeOut: cubic-bezier(0.19, 1, 0.22, 1); @@ -145,7 +149,6 @@ hr { body.dropdown-open { max-height: 100vh; overflow: hidden; - scrollbar-gutter: stable; } .base-card > .ds-section {