diff --git a/app/assets/stylesheets/elements/_body.scss b/app/assets/stylesheets/elements/_body.scss new file mode 100644 index 00000000..f2cec521 --- /dev/null +++ b/app/assets/stylesheets/elements/_body.scss @@ -0,0 +1,6 @@ +body { + overflow-y: scroll; + word-wrap: break-word; + background-color: var(--background); + padding-top: $navbar-height; +} \ No newline at end of file