Skip to content

Commit

Permalink
Allow to scroll for URL in click-to-load
Browse files Browse the repository at this point in the history
Some URLs can be quite long, so the div containing
the URL needs to be scrollable if needed.
  • Loading branch information
gorhill committed Nov 14, 2020
1 parent 73f9a4f commit 8362751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/click2load.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body {
#frameURL {
font-family: monospace;
font-size: 90%;
overflow: hidden;
overflow-y: auto;
word-break: break-all;
}
#frameURL > a {
Expand Down

0 comments on commit 8362751

Please sign in to comment.