summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-10-01 17:00:11 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-10-01 17:00:11 +0200
commit2ea3ce7e13d5c6771b96eecb8b17671f282c98dd (patch)
tree57e62c5bfb8c73d515e75b1e2fa4db2e9bad54c4
parent50ae19c57ba406ced9de8e81c7387d2ecfc6c1dd (diff)
Added overflow-y: scroll
-rw-r--r--_assets/css/main.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_assets/css/main.scss b/_assets/css/main.scss
index 54180a2..b286baf 100644
--- a/_assets/css/main.scss
+++ b/_assets/css/main.scss
@@ -8,6 +8,7 @@
body {
margin: 0;
background-color: #F0F0F0;
+ overflow-y: scroll;
}
.container {