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:
Timo
2025-06-25 10:18:20 +02:00
parent daa931c3c4
commit a6ce3df3f6

View File

@@ -69,6 +69,8 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
position: fixed;
width: 100%;
}
/* We use this to not render the page at all until we know the theme.*/