diff --git a/src/Flows.css b/src/Flows.css index 6875333..4f97e41 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 aeec552..535c541 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 {