From b58cefbdbee21ece0087afc87385054777917361 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 28 Feb 2015 19:30:14 -0500 Subject: [PATCH] this fixes sticky padlock when minimizing popup --- src/css/popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index c453a8552..67b83be6e 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -72,6 +72,9 @@ body[dir="ltr"] #panes > div:nth-of-type(2) { body[dir="rtl"] #panes > div:nth-of-type(2) { direction: ltr; /* scroll bar to the right */ } +#panes:not(.dfEnabled) > div:nth-of-type(2) { + display: none; + } #panes.dfEnabled > div:nth-of-type(2) { overflow-y: auto; width: 320px;