From acaf12f694075654018523028940784e64948891 Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 23 Feb 2021 15:13:01 +0300 Subject: [PATCH] ensure button panel is tall enough see #1188 --- options/options.css | 1 + 1 file changed, 1 insertion(+) diff --git a/options/options.css b/options/options.css index 656bf4e3..330b7597 100644 --- a/options/options.css +++ b/options/options.css @@ -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 {