Skip to content

Commit d8679b9

Browse files
authored
fix(VMenu): apply position:relative to v-app (#13823)
fixes #13821
1 parent 8f4773c commit d8679b9

File tree

1 file changed

+1
-0
lines changed
  • packages/vuetify/src/components/VApp

1 file changed

+1
-0
lines changed

packages/vuetify/src/components/VApp/VApp.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.v-application
1919
display: flex
20+
position: relative
2021

2122
a
2223
cursor: pointer

0 commit comments

Comments
 (0)