mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 12:22:33 +01:00
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 {
|
#frameURL {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
#frameURL > a {
|
#frameURL > a {
|
||||||
|
Loading…
Reference in New Issue
Block a user