Skip to content

Commit

Permalink
NcPopover - make corners round
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jun 17, 2023
1 parent 95cdc79 commit e6ab137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcPopover/NcPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ $arrow-width: 10px;
border-radius: var(--border-radius);
overflow: hidden;
background: var(--color-main-background);
border-radius: var(--border-radius-large);
}
.v-popper__arrow-container {
Expand Down

0 comments on commit e6ab137

Please sign in to comment.