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

DOM inspector must be h-scrollable

This commit is contained in:
gorhill 2015-07-01 18:16:58 -04:00
parent ea4faff383
commit f881697251

View File

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