From 5b11346a3620a0788bd0b9106c159e2f1e6356df Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 21 Aug 2018 19:32:27 +0200 Subject: Truncated split bar in HTML output between treeview and normal text area In case of of choosing small letters in the browser or having a large display one can see that the split bar ends at a certain point. --- templates/html/navtree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/navtree.css b/templates/html/navtree.css index 7d1cb67..81c54c2 100644 --- a/templates/html/navtree.css +++ b/templates/html/navtree.css @@ -96,7 +96,7 @@ .ui-resizable-e { background-image:url("splitbar.png"); background-size:100%; - background-repeat:no-repeat; + background-repeat:repeat-y; background-attachment: scroll; cursor:ew-resize; height:100%; -- cgit v0.12