fix(webapp): fix flickering? (#8549)

* Fix flickering?

* Move scrollbar-gutter: stable to html, fixing flickering
This commit is contained in:
Max 2025-05-12 22:03:58 +02:00 committed by GitHub
parent 34c0e5166f
commit 206ff76b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {