Skip to content

Commit

Permalink
Block baground dropdown: fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Dec 3, 2024
1 parent 38511e2 commit 737cf18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default {
gap: 0.25rem;
box-shadow: var(--shadow-toolbar);
border: 1px solid var(--button-color-back);
overflow: clip;
}
.k-block-background-dropdown .k-color-frame {
border-right: 1px solid var(--color-gray-300);
Expand Down

0 comments on commit 737cf18

Please sign in to comment.