Add body element scss file for body style adjustments

This commit is contained in:
Andreas Nedbal 2020-05-02 17:37:42 +02:00
parent 1e2259fe40
commit 948bc27810
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
body {
overflow-y: scroll;
word-wrap: break-word;
background-color: var(--background);
padding-top: $navbar-height;
}