From 948bc27810c15db7b0da57031c2c84884e17429f Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 2 May 2020 17:37:42 +0200 Subject: [PATCH] Add body element scss file for body style adjustments --- app/assets/stylesheets/elements/_body.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/assets/stylesheets/elements/_body.scss 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