More tweaks

This commit is contained in:
Gregory Schier
2023-03-25 21:40:14 -07:00
parent 1e8498b52c
commit 567b516bd0
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;