Skip to content

Commit

Permalink
Fix dropdown not showing in no-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Mourek committed May 23, 2019
1 parent 4f49782 commit 9a5b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.dropdown-nav-item > ul {
display: none;
position: absolute;
position: fixed;
}

.dropdown-nav-item.active > ul,
Expand Down

0 comments on commit 9a5b034

Please sign in to comment.