summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-08-21 17:32:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-08-21 17:32:27 (GMT)
commit5b11346a3620a0788bd0b9106c159e2f1e6356df (patch)
tree1ccb8450d55ffa9a5e6780ed3d99ae6208c29a5e
parentfe904c77b07bfeae9c5b3c2472ecac3b450ecbd2 (diff)
downloadDoxygen-5b11346a3620a0788bd0b9106c159e2f1e6356df.zip
Doxygen-5b11346a3620a0788bd0b9106c159e2f1e6356df.tar.gz
Doxygen-5b11346a3620a0788bd0b9106c159e2f1e6356df.tar.bz2
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.
-rw-r--r--templates/html/navtree.css2
1 files changed, 1 insertions, 1 deletions
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%;