hide scroll bar for edgehtml

This commit is contained in:
xmcp
2020-01-14 15:09:40 +08:00
parent f862d4dde8
commit 393d888c93
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
} }
.flow-reply-row { .flow-reply-row {
scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none;
} }
.flow-reply-row:empty { .flow-reply-row:empty {

View File

@@ -13,6 +13,7 @@ html::-webkit-scrollbar {
} }
html { html {
scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none;
} }
:root { :root {