Skip to content

Commit 3699726

Browse files
committed
fix: max-size on inner > div
1 parent d5e023d commit 3699726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/floating-vue/src/components/PopperContent.vue

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ export default {
149149
.v-popper__inner > div {
150150
position: relative;
151151
z-index: 1;
152+
max-width: inherit;
153+
max-height: inherit;
152154
}
153155
154156
.v-popper__arrow-container {

0 commit comments

Comments
 (0)