1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02: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:
Raymond Hill 2020-11-14 11:59:06 -05:00
parent 73f9a4f3ea
commit 8362751be5
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 {