get rid of scrollbar for pages

This commit is contained in:
Olivier Gagnon
2021-09-11 12:42:41 -04:00
parent 2c427b1116
commit 8d1adff2ae
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -12,6 +12,12 @@
body {
background-color: var(--my-background-color);
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
}
body::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
p,