mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #656
This commit is contained in:
parent
7c3531384e
commit
fb59756bc6
1 changed files with 9 additions and 7 deletions
|
|
@ -829,15 +829,17 @@ var startPicker = function(details) {
|
||||||
'width: 100%;',
|
'width: 100%;',
|
||||||
'}',
|
'}',
|
||||||
'#µBlock > div > div > textarea {',
|
'#µBlock > div > div > textarea {',
|
||||||
'border: 1px solid #ccc;',
|
|
||||||
'padding: 2px;',
|
|
||||||
'box-sizing: border-box;',
|
|
||||||
'width: 100% !important;',
|
|
||||||
'height: 100% !important;',
|
|
||||||
'overflow: hidden !important;',
|
|
||||||
'resize: none;',
|
|
||||||
'background-color: white;',
|
'background-color: white;',
|
||||||
|
'border: 1px solid #ccc;',
|
||||||
|
'box-sizing: border-box;',
|
||||||
'font: 11px monospace;',
|
'font: 11px monospace;',
|
||||||
|
'height: 100% !important;',
|
||||||
|
'max-height: 100% !important;',
|
||||||
|
'min-height: 100% !important;',
|
||||||
|
'overflow: hidden !important;',
|
||||||
|
'padding: 2px;',
|
||||||
|
'resize: none;',
|
||||||
|
'width: 100% !important;',
|
||||||
'}',
|
'}',
|
||||||
'#µBlock > div > div > div {',
|
'#µBlock > div > div > div {',
|
||||||
'bottom: 2px;',
|
'bottom: 2px;',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue