Skip to content

Commit

Permalink
fix: remove the popover padding (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed May 2, 2024
1 parent 4ad6349 commit 10c3437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cosmoz-dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const Content = (host: HTMLElement & ContentProps) => {
:host(:popover-open) {
margin: 0;
border: 0;
/* The padding is needed to show the box shadow in Chrome */
padding: 4px;
padding: 0;
overflow: visible;
}
.wrap {
background: var(--cosmoz-dropdown-bg-color, #fff);
Expand Down

0 comments on commit 10c3437

Please sign in to comment.