More tweaks

This commit is contained in:
Gregory Schier
2023-03-25 21:40:14 -07:00
parent 07c372b7f5
commit 8da3364d0f
3 changed files with 12 additions and 2 deletions

View File

@@ -23,6 +23,13 @@
cursor: default;
}
.hide-scrollbars {
&::-webkit-scrollbar-corner,
&::-webkit-scrollbar {
display: none !important;
}
}
.destroy-pointer-event,
.destroy-pointer-event * {
pointer-events: none !important;