8 lines
230 B
CSS
8 lines
230 B
CSS
@layer utilities {
|
|
/* Reserve the scrollbar gutter so content does not shift width when a
|
|
scrollbar appears (e.g. when a collapsible section is opened). */
|
|
.scroll-stable {
|
|
scrollbar-gutter: stable;
|
|
}
|
|
}
|