aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/popup.css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-02-28 19:30:14 -0500
committergorhill <rhill@raymondhill.net>2015-02-28 19:30:14 -0500
commitb58cefbdbee21ece0087afc87385054777917361 (patch)
tree44501693846c177ff479b1d0d798ede46f62d1f6 /src/css/popup.css
parent02ab8137fad1caf5288d3ab1a9430822a6019282 (diff)
downloaduBlock-b58cefbdbee21ece0087afc87385054777917361.zip
uBlock-b58cefbdbee21ece0087afc87385054777917361.tar.gz
uBlock-b58cefbdbee21ece0087afc87385054777917361.tar.bz2
this fixes sticky padlock when minimizing popup
Diffstat (limited to 'src/css/popup.css')
-rw-r--r--src/css/popup.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/css/popup.css b/src/css/popup.css
index c453a85..67b83be 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;