1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 21:03:23 +02:00

Hiding scrollbar on Firefox

Fixes #129
This commit is contained in:
Antonio Laguna
2019-02-19 19:15:52 +01:00
parent fb5208218f
commit 587590a8e8

View File

@@ -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;