Skip to content

Commit

Permalink
[4.0] Dropdown user menu (#22610)
Browse files Browse the repository at this point in the history
PR for #22561

A recent PR was merged to ensure that the postinstallation messages dropdown is not hidden behind the toolbar. However it wasn't quite correct and the user menu was still hidden

With this PR (not testable with patchtester) both the user menu and the postintallation messages haave the correct z-index
  • Loading branch information
brianteeman authored and laoneo committed Oct 15, 2018
1 parent 188b7b7 commit a0eb4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/blocks/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
}

.dropdown-notifications {
.dropdown-menu {
min-width: 280px;
padding: 0;
border: 0;
Expand Down

0 comments on commit a0eb4fa

Please sign in to comment.