Remove flickering due to scrollbar ( Fix #196 )

This commit is contained in:
RobinLinus 2020-12-28 20:33:06 +01:00
parent 6a5ad0f1fb
commit a9f9ee7359

View file

@ -735,3 +735,15 @@ x-dialog x-paper {
--bg-color-secondary: #f1f3f4;
}
}
/*
Edge specific styles
*/
@supports (-ms-ime-align: auto) {
html,
body {
overflow: hidden;
}
}