fix invisible text entry on macOS
This commit is contained in:
parent
f4f7ee2930
commit
11d2aa1d8c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue