From 11d2aa1d8c53360d5457ff076546effa81f5064c Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sat, 7 Dec 2024 20:08:39 -0500 Subject: [PATCH] fix invisible text entry on macOS --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index b4ab982..44691b9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -82,6 +82,7 @@ button { transition: border-color 0.25s; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); box-sizing: border-box; + min-height: var(--lineheight); } div {