commit 5244ac8a8f3e5c23e1c36af43110844e85d31a59
parent 8ad4ea71fb678d7d3d84263a78a10b3d6bf18f0a
Author: Hunter
Date:   Wed, 16 Jul 2025 13:49:40 -0400

style fs toggle normally when scrollbar-width unavailable

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -70,7 +70,7 @@ } .fullscreen-toggle.has-scrollbar { - right: calc(5px + env(scrollbar-width, 15px)); + right: calc(5px + env(scrollbar-width, 0px)); } .fullscreen-toggle:hover {