mirror of https://github.com/gorhill/uBlock.git
Allow to scroll for URL in click-to-load
Some URLs can be quite long, so the div containing the URL needs to be scrollable if needed.
This commit is contained in:
parent
73f9a4f3ea
commit
8362751be5
|
@ -39,7 +39,7 @@ body {
|
|||
#frameURL {
|
||||
font-family: monospace;
|
||||
font-size: 90%;
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
word-break: break-all;
|
||||
}
|
||||
#frameURL > a {
|
||||
|
|
Loading…
Reference in New Issue