Skip to content

Commit

Permalink
Notification dropdown background wrong colour on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 11, 2023
1 parent 39e8ca4 commit e01753c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/NavbarMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</nuxt-link>
</b-nav>
</div>
<b-dropdown v-if="loggedIn" no-caret variant="primary">
<b-dropdown v-if="loggedIn" no-caret variant="primary" class="userOptions">
<template #button-content>
<ProfileImage
v-if="me.profile.path"
Expand Down Expand Up @@ -276,7 +276,7 @@ function handleScroll() {
border: none !important;
}
:deep(.dropdown-menu) {
:deep(.userOptions .dropdown-menu) {
background-color: $color-green-background;
.dropdown-item {
Expand Down

0 comments on commit e01753c

Please sign in to comment.