diff --git a/client/styles.css b/client/styles.css index 1c50bbb..4eda3ea 100644 --- 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