Hide scrollbar on Windows Chrome

This commit is contained in:
2023-06-26 20:24:48 +08:00
parent 5108526b2f
commit 3b2b8bf300
6 changed files with 47 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
html::-webkit-scrollbar {
display: none;
}