From 24cb894aa036f2d16b907821368a54bc6b77997f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 1 Jan 2019 11:43:41 -0500 Subject: [PATCH] Prevent spurious disappearance of built-in expression filters panel After a bit more testing following . Hovering the mouse cursor over the margin area would cause the panel to spuriously disappear. --- src/css/logger-ui.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index c7d18700f..15adb86b4 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -146,7 +146,6 @@ textarea { position: absolute; flex-direction: column; font-size: small; - margin-top: 0.2em; right: 0; top: 100%; z-index: 100;