mirror of https://github.com/gorhill/uBlock.git
DOM inspector must be h-scrollable
This commit is contained in:
parent
ea4faff383
commit
f881697251
|
@ -7,6 +7,9 @@
|
|||
#domInspector .permatoolbar .highlightMode.invert {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
#domInspector .vscrollable {
|
||||
overflow-x: auto;
|
||||
}
|
||||
#domInspector > ul:first-of-type {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue