commit a9f9ee73599b19feefe131bbf14a0ef97505e040 parent 6a5ad0f1fbe930b6953ba8b5f96a0e5964158c78 Author: RobinLinus <robinlinus@users.noreply.github.com> Date: Mon, 28 Dec 2020 20:33:06 +0100 Remove flickering due to scrollbar ( Fix #196 ) Diffstat:
M | client/styles.css | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/client/styles.css b/client/styles.css @@ -735,3 +735,15 @@ x-dialog x-paper { --bg-color-secondary: #f1f3f4; } } + + +/* + Edge specific styles +*/ +@supports (-ms-ime-align: auto) { + + html, + body { + overflow: hidden; + } +} +\ No newline at end of file