summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-06-10 09:06:11 (GMT)
committerGitHub <noreply@github.com>2018-06-10 09:06:11 (GMT)
commit4363533e04e8eeacf615977ec8655b4e31466e96 (patch)
tree526b7b59fd2bb774ed6fa4ab9746b662a2e11daf /templates
parent1d060eeddd431777e3d8a0dad7ba8e63d83f10db (diff)
parent09ae56fcfc540ab79378ba83fdb95ff28401786c (diff)
downloadDoxygen-4363533e04e8eeacf615977ec8655b4e31466e96.zip
Doxygen-4363533e04e8eeacf615977ec8655b4e31466e96.tar.gz
Doxygen-4363533e04e8eeacf615977ec8655b4e31466e96.tar.bz2
Merge pull request #754 from albert-github/feature/bug_css_menu_sidebar
Drop down lists in menu bar missing
Diffstat (limited to 'templates')
-rw-r--r--templates/html/doxygen.css8
1 files changed, 8 insertions, 0 deletions
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;