Add body element scss file for body style adjustments
This commit is contained in:
parent
1e2259fe40
commit
948bc27810
|
@ -0,0 +1,6 @@
|
||||||
|
body {
|
||||||
|
overflow-y: scroll;
|
||||||
|
word-wrap: break-word;
|
||||||
|
background-color: var(--background);
|
||||||
|
padding-top: $navbar-height;
|
||||||
|
}
|
Loading…
Reference in New Issue