mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
Fix scroll issues in small documents (PiP mode android)
This scroll issue resulted in white borders on android PiP mode.
This commit is contained in:
@@ -69,6 +69,8 @@ body {
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We use this to not render the page at all until we know the theme.*/
|
/* We use this to not render the page at all until we know the theme.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user