From 3682eed638c35f0a0ffddc2e33fbb5caa2c7b858 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 4 Mar 2024 21:52:34 -0500 Subject: [PATCH] Use "small viewport" for max height of dashboard Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3058 --- src/css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/dashboard.css b/src/css/dashboard.css index ba02d974d..f9f6696fa 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -2,6 +2,7 @@ html, body { display: flex; flex-direction: column; height: 100vh; + height: 100svh; justify-content: stretch; overflow: hidden; position: relative;