Browse Source

hide scroll bar for edgehtml

dev
xmcp 6 years ago
parent
commit
393d888c93
  1. 1
      src/Flows.css
  2. 1
      src/index.css

1
src/Flows.css

@ -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 {

1
src/index.css

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

Loading…
Cancel
Save