fix: don't always show a scrollbar
This commit is contained in:
parent
5b509da215
commit
74ab197dc6
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
||||||
box-shadow: 0 0 0 2px hsla(var(--primary-hsl), 0.5);
|
box-shadow: 0 0 0 2px hsla(var(--primary-hsl), 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
// Bulma sets this to "scroll" which gives us a scrollbar even if there's no content to scroll
|
||||||
|
--body-overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--site-background);
|
background: var(--site-background);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
Loading…
Reference in a new issue