ensure button panel is tall enough

see #1188
This commit is contained in:
tophf 2021-02-23 15:13:01 +03:00
parent abd018d750
commit acaf12f694

View File

@ -229,6 +229,7 @@ input[type="color"] {
margin: 0;
border-top: 1px solid #999;
border-bottom: none;
min-height: min-content; /* workaround for old Chrome ~70 bug when the window height is small */
}
#actions button {