From a6ce3df3f68404098c0d09e069ce1b2afe37eb6d Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 25 Jun 2025 10:18:20 +0200 Subject: [PATCH] Fix scroll issues in small documents (PiP mode android) This scroll issue resulted in white borders on android PiP mode. --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 883481b1..b3714a36 100644 --- a/src/index.css +++ b/src/index.css @@ -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.*/