-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VSnackbarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 2.4.6
Vue Version: 2.6.12
Browsers: Chrome 89.0.4389.105
OS: Mac OS 10.14.6
Steps to reproduce
Add
<v-snackbar
value="true"
timeout="-1"
text
elevation="24"
>
Something...
</v-snackbar>
to the template.
Expected Behavior
The displayed snackbar should be elevated.
Actual Behavior
The displayed snackbar is not elevated until the "text" property is removed.
Reproduction Link
https://codepen.io/lojza3d/pen/poRZWrp
Other comments
Elevation does not work when "text" property is used on v-snackbar, regardless of what method/property do I use (elevation="24" or class="elevation-24").
fabiiomiiguel
Metadata
Metadata
Assignees
Labels
C: VSnackbarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected