Skip to content

Commit

Permalink
Add box shadown to dropdown menu
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jan 30, 2025
1 parent 80dbe44 commit 2e8927c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ const applyShow = () => {
&:deep(.v-popper__popper) {
.v-popper__wrapper {
box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.25), 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
.v-popper__arrow-container {
display: none;
}
Expand Down

0 comments on commit 2e8927c

Please sign in to comment.