Skip to content

[Bug Report][4.1.1] VOverlay content position is broken #22911

Description

@josephlevarato

Environment

Vuetify Version: 4.1.1
Vue Version: 3.5.35
OS: macOS 10.15 (current)

Steps to reproduce

  1. Create a VOverlay component with a model-value linked to a boolean ref
  2. Add anything in the VOverlay component, such as a html tag or another (small) component
  3. 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/#...

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions