From 393d888c93938953400215cb58695956222d30ca Mon Sep 17 00:00:00 2001 From: xmcp Date: Tue, 14 Jan 2020 15:09:40 +0800 Subject: [PATCH] hide scroll bar for edgehtml --- src/Flows.css | 1 + src/index.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Flows.css b/src/Flows.css index 68753336..4f97e41e 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -59,6 +59,7 @@ } .flow-reply-row { scrollbar-width: none; + -ms-overflow-style: none; } .flow-reply-row:empty { diff --git a/src/index.css b/src/index.css index aeec5523..535c541b 100644 --- a/src/index.css +++ b/src/index.css @@ -13,6 +13,7 @@ html::-webkit-scrollbar { } html { scrollbar-width: none; + -ms-overflow-style: none; } :root {