diff --git a/vue3/src/components/display/VSnackbarQueued.vue b/vue3/src/components/display/VSnackbarQueued.vue index e3af6d729..1b2a74d8e 100644 --- a/vue3/src/components/display/VSnackbarQueued.vue +++ b/vue3/src/components/display/VSnackbarQueued.vue @@ -5,7 +5,7 @@ :timer="true" :timeout="visibleMessage.showTimeout" :color="visibleMessage.type" - :vertical="props.vertical" + :vertical="showViewButton && props.vertical" :location="props.location" :close-on-back="false" multi-line @@ -14,7 +14,7 @@