Environment
Vuetify Version: 4.1.1
Vue Version: 3.5.35
OS: macOS 10.15 (current)
Steps to reproduce
- Create a
VOverlay component with a model-value linked to a boolean ref
- Add anything in the
VOverlay component, such as a html tag or another (small) component
- Trigger the boolean ref so it becomes truthy, and see that the contained item inside the
VOverlay is being displayed at the bottom left
Expected Behavior
In the simplest format, the VOverlay content should either display at the top left or in the center (if I understand correctly the "location-strategy" prop)
Actual Behavior
The provided example displays the VProgressCircular component at the bottom left of the viewport
Reproduction Link
https://play.vuetifyjs.com/#...
Environment
Vuetify Version: 4.1.1
Vue Version: 3.5.35
OS: macOS 10.15 (current)
Steps to reproduce
VOverlaycomponent with amodel-valuelinked to a boolean refVOverlaycomponent, such as a html tag or another (small) componentVOverlayis being displayed at the bottom leftExpected Behavior
In the simplest format, the VOverlay content should either display at the top left or in the center (if I understand correctly the "location-strategy" prop)
Actual Behavior
The provided example displays the VProgressCircular component at the bottom left of the viewport
Reproduction Link
https://play.vuetifyjs.com/#...