From 0d1b4241eec46a0aa1ead86ccf184bc827969869 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 24 Jan 2026 21:59:18 +0000 Subject: [PATCH] try working around a chrome bug --- src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.css b/src/styles/index.css index 1e0d60d..8f97e06 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -23,6 +23,7 @@ header { } mdui-card { + overflow: visible; max-width: 1000px; width: 100%; }