mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
DOM inspector must be h-scrollable
This commit is contained in:
parent
ea4faff383
commit
f881697251
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue