From 5769f50d74c93b20c3f05728278748611cd3b3d7 Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 19:02:44 -0400 Subject: Hide tooltip overflow --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 2827f13..2518ff6 100644 --- a/static/style.css +++ b/static/style.css @@ -158,6 +158,7 @@ body { padding: 0.3em; position: absolute; z-index: 98; + overflow: hidden; } .flip { -- cgit v1.3-2-g0d8e