Clickable logo on desktop sidebar and useMatch for camera group visibility (#12379)

This commit is contained in:
Josh Hawkins
2024-07-10 10:28:05 -05:00
committed by GitHub
parent baf209f257
commit 0d7ee7a87a
3 changed files with 13 additions and 6 deletions

View File

@@ -27,6 +27,10 @@
}
}
html {
overscroll-behavior: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;