fix derived state

This commit is contained in:
SpikeHD
2022-06-03 17:57:26 -07:00
parent 1ac4fd5a63
commit 97b2f8a616
2 changed files with 6 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
scrollbar-width: none;
}
.NewsContent tbody::-webkit-scrollbar {
.NewsContent tbody::-webkit-scrollbar {
display: none;
}
@@ -94,4 +94,4 @@
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 5px;
}
}