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 {
scrollbar-width: none;
-ms-overflow-style: none;
}
.flow-reply-row:empty {

1
src/index.css

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

Loading…
Cancel
Save