happy looking scrollbars
All checks were successful
Build craisin-cove / build (push) Successful in 20s

This commit is contained in:
2025-12-01 19:30:13 -08:00
parent 2bc164718f
commit 6b07af3749

View File

@@ -42,9 +42,15 @@ h2{
height: 80vh; height: 80vh;
overflow-y: scroll; overflow-y: scroll;
scrollbar-width: none;
} }
::-webkit-scrollbar {
width: 0px;
background: transparent;
}
#content { #content {
margin: 0px; margin: 0px;