[Bug Report][3.3.12] Missing box-shadow for Scrollable Dialog #18052
Labels
C: VDialog
VDialog
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 3.3.12
Last working version: 3.3.11
Vue Version: 3.3.4
Browsers: Chrome 115.0.0.0
OS: Windows 10
Steps to reproduce
Create a scrollable popup and open it.
Expected Behavior
There should be a box-shadow around the dialog.
Actual Behavior
There is no box-shadow.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This appears to be happening because of a recently introduced change to the
v-overlay__content
parent element in the DOM, which now hasoverflow: hidden
when in scrollable mode which suppresses the box-shadow on the dialog.The text was updated successfully, but these errors were encountered: