Skip to content

Commit

Permalink
fix: inner content behind inner arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2022
1 parent 57a598f commit 3ed3d30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/floating-vue/src/components/PopperContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ export default {
overflow-y: auto;
}
.v-popper__inner > div {
position: relative;
z-index: 1;
}
.v-popper__arrow-container {
position: absolute;
width: 10px;
Expand Down

0 comments on commit 3ed3d30

Please sign in to comment.