Skip to content

Commit

Permalink
Add boxshadow to apps dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 13, 2024
1 parent 6f6a5c1 commit 3bcdd20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,16 @@
}

#app-menu-dropdown .dropdown-menu {
box-shadow: 0 2px 20px rgb(0 0 0 / 25%) !important;
width: max-content;

@media (max-width: #{$screen-xs-max}) {
left: -14rem;
}

@media (max-width: #{$screen-sm-max}) {
z-index: -1;
}
}

.dropdown-header {
Expand Down

0 comments on commit 3bcdd20

Please sign in to comment.