mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix(webapp): fix flickering? (#8549)
* Fix flickering? * Move scrollbar-gutter: stable to html, fixing flickering
This commit is contained in:
parent
34c0e5166f
commit
206ff76b79
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user