Skip to content

Commit

Permalink
fix: remove browser outline on dropdown, fix #848
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 30, 2022
1 parent 0524082 commit 48508c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/floating-vue/src/components/PopperContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default defineComponent({
z-index: 10000;
top: 0;
left: 0;
outline: none;
}
.v-popper__popper.v-popper__popper--hidden {
Expand Down

0 comments on commit 48508c4

Please sign in to comment.