diff --git a/desktop/assets/main.scss b/desktop/assets/main.scss index 0258268b..c65152bd 100644 --- a/desktop/assets/main.scss +++ b/desktop/assets/main.scss @@ -2,6 +2,17 @@ @tailwind components; @tailwind utilities; +html, +body { + -ms-overflow-style: none; /* IE and Edge / +scrollbar-width: none; / Firefox */ +} + +/* Hide scrollbar for Chrome, Safari and Opera */ +html::-webkit-scrollbar { + display: none; +} + $motiva: ( ("MotivaSansThin.ttf", "ttf", 100, normal), ("MotivaSansLight.woff.ttf", "woff", 300, normal), diff --git a/desktop/components/Header.vue b/desktop/components/Header.vue index dfe8d0b5..14314eb6 100644 --- a/desktop/components/Header.vue +++ b/desktop/components/Header.vue @@ -1,9 +1,9 @@