You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 3.6.7 Last working version: 3.5.18 Vue Version: 3.4.27 Browsers: Chrome 124.0.0.0, Google Chrome, Safari OS: Linux, Mac OS 10.15.7, Windows, Mac OSX
Steps to reproduce
Just create a VSnackBar with the prop location="center"
Expected Behavior
VSnackBar should be displayed in the vertical center of the screen
Actual Behavior
VSnackBar is displayed at the bottom of the screen
Environment
Vuetify Version: 3.6.7
Last working version: 3.5.18
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0, Google Chrome, Safari
OS: Linux, Mac OS 10.15.7, Windows, Mac OSX
Steps to reproduce
Just create a VSnackBar with the prop location="center"
Expected Behavior
VSnackBar should be displayed in the vertical center of the screen
Actual Behavior
VSnackBar is displayed at the bottom of the screen
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The code in this line (
vuetify/packages/vuetify/src/components/VSnackbar/VSnackbar.sass
Line 13 in 407585d
There is obviously a typo because the css class given when SnackBar has location center is ".v-snackbar--center" but the css that set its default is:
I propose to fix this issue by replacing v-snackbar--centered with v-snackbar--center, as follows:
The text was updated successfully, but these errors were encountered: