Skip to content

Commit

Permalink
fix: mobile overlay panel box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrstrom committed Dec 19, 2022
1 parent 0891b2b commit 1280e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/panel/OverlayPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineComponent({
overscroll-behavior: auto contain;
@include responsive.bp-medium {
box-shadow: 0 -4px 8px 4px rgb(0 0 0 / 90%);
box-shadow: 0 -4px 8px 4px rgb(0 0 0 / 10%);
}
&::-webkit-scrollbar {
Expand Down

0 comments on commit 1280e1f

Please sign in to comment.