From 587590a8e8d372883d31f3aa991e341432dbac3e Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Tue, 19 Feb 2019 19:15:52 +0100 Subject: [PATCH] Hiding scrollbar on Firefox Fixes #129 --- src/scss/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/_base.scss b/src/scss/_base.scss index b8e8387..daa6d75 100644 --- a/src/scss/_base.scss +++ b/src/scss/_base.scss @@ -30,6 +30,7 @@ webslides.js will add .ws-ready automatically. Don't worry :) -- */ height: 100vh; overflow-x: hidden; overflow-y: scroll; + scrollbar-width: none; // sass-lint:disable-line no-misspelled-properties &::-webkit-scrollbar { display: none;