1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

this fixes sticky padlock when minimizing popup

This commit is contained in:
gorhill 2015-02-28 19:30:14 -05:00
parent 02ab8137fa
commit b58cefbdbe

View File

@ -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;