Skip to content

Commit

Permalink
fix(kdropdown): fix leaking styles (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored and adamdehaven committed Jun 15, 2024
1 parent cb4f7dc commit cb8a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KDropdown/KDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ onMounted(() => {
width: 100%;
}
:deep(.popover.k-dropdown-popover .popover-container) {
:deep(.popover.k-dropdown-popover > .popover-container) {
border: var(--kui-border-width-10, $kui-border-width-10) solid var(--kui-color-border, $kui-color-border);
border-radius: var(--kui-border-radius-30, $kui-border-radius-30);
margin-top: var(--kui-space-30, $kui-space-30);
Expand Down

0 comments on commit cb8a573

Please sign in to comment.