mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
this fixes #332
This commit is contained in:
parent
7fbff6c8fe
commit
b7819bbdc6
@ -787,6 +787,7 @@ var startPicker = function() {
|
||||
'box-shadow: none;',
|
||||
'color: #000;',
|
||||
'font: 12px sans-serif;',
|
||||
'height: auto;',
|
||||
'letter-spacing: normal;',
|
||||
'margin: 0;',
|
||||
'max-width: none;',
|
||||
@ -880,9 +881,9 @@ var startPicker = function() {
|
||||
'border: 1px solid #ccc;',
|
||||
'padding: 2px;',
|
||||
'box-sizing: border-box;',
|
||||
'width: 100%;',
|
||||
'height: 100%;',
|
||||
'overflow: hidden;',
|
||||
'width: 100% !important;',
|
||||
'height: 100% !important;',
|
||||
'overflow: hidden !important;',
|
||||
'resize: none;',
|
||||
'background-color: white;',
|
||||
'font: 11px monospace;',
|
||||
|
Loading…
Reference in New Issue
Block a user