mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 01:28:42 +02:00
feat: use scrollbar-gutter to prevent layout from shifting on dynamic loads
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
@use "bootstrap";
|
@use "bootstrap";
|
||||||
@use "animations";
|
@use "animations";
|
||||||
|
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
scrollbar-gutter: stable;
|
||||||
|
}
|
||||||
|
|
||||||
.sticky-sidebar {
|
.sticky-sidebar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user