mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01: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 "animations";
|
||||
|
||||
|
||||
html, body {
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
||||
.sticky-sidebar {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user