From 09ae56fcfc540ab79378ba83fdb95ff28401786c Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 2 Jun 2018 14:13:14 +0200 Subject: Drop down lists in menu bar missing As a result of pull request #636 the drop down lists in the main bar don't work anymore, furthermore the treeview is lacking the scrollbar when a text is to long (text is not shown. --- templates/html/doxygen.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 1425dc1..8a1235a 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -167,6 +167,14 @@ ul { overflow: hidden; /*Fixed: list item bullets overlap floating elements*/ } +#side-nav ul { + overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */ +} + +#main-nav ul { + overflow: visible; /* reset ul rule for the navigation bar drop down lists */ +} + .fragment { text-align: left; direction: ltr; -- cgit v0.12