fix invisible text entry on macOS

This commit is contained in:
Skyler Lehmkuhl 2024-12-07 20:08:39 -05:00
parent f4f7ee2930
commit 11d2aa1d8c
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ button {
transition: border-color 0.25s; transition: border-color 0.25s;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-sizing: border-box; box-sizing: border-box;
min-height: var(--lineheight);
} }
div { div {