feat: use scrollbar-gutter to prevent layout from shifting on dynamic loads

This commit is contained in:
Herculino Trotta
2025-11-23 20:27:12 -03:00
parent eb4723e890
commit d2de0684fb

View File

@@ -3,6 +3,11 @@
@use "bootstrap";
@use "animations";
html, body {
scrollbar-gutter: stable;
}
.sticky-sidebar {
position: sticky;
top: 10px;