From 1c5fc2aa16b2ac1ff26c3d6071717acee3befc8b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 14 Jul 2017 01:43:24 +0000 Subject: [PATCH] Hide scrollbar, add vendor prefixes Hid the scrollbar with styling to make the page look prettier --- src/views/index/index.sass | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/index/index.sass b/src/views/index/index.sass index e0b78ed..1fdc477 100644 --- a/src/views/index/index.sass +++ b/src/views/index/index.sass @@ -13,6 +13,16 @@ body color: $white min-height: 700px +html + overflow: scroll + overflow-x: hidden + +::-webkit-scrollbar + width: 0px + background: transparent + +::-webkit-scrollbar-thumb + background: #FF0000 section .container position: relative