Skip to content

Commit

Permalink
fix: max-size on inner > div
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 4, 2022
1 parent d5e023d commit 3699726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/floating-vue/src/components/PopperContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ export default {
.v-popper__inner > div {
position: relative;
z-index: 1;
max-width: inherit;
max-height: inherit;
}
.v-popper__arrow-container {
Expand Down

0 comments on commit 3699726

Please sign in to comment.