Skip to content

Commit a07866a

Browse files
committed
fix: adjust position from toast
1 parent 56be392 commit a07866a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/molecules/a-toast/a-toast.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ export default {
8282
right: 0px;
8383
width: 100%;
8484
z-index: 100;
85-
top: 0;
85+
top: 24px;
8686
8787
@include for-mobile-up{
88-
top: 24px;
8988
max-width: 380px;
9089
padding-right: 24px;
9190
}

0 commit comments

Comments
 (0)