Skip to content

Commit 46ea906

Browse files
committed
navbar.css - gave dropdown-content a z index of 2
1 parent 3665bd2 commit 46ea906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/static/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
position: absolute;
114114
background-color: #333;
115115
min-width: 160px;
116-
z-index: 1;
116+
z-index: 2;
117117
top: 100%;
118118
left: 0;
119119
}

0 commit comments

Comments
 (0)