Skip to content

Commit

Permalink
fix(core-components-popover): change box-sizing to border-box (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed May 18, 2020
1 parent dce9249 commit 2a6883d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/popover/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
z-index: var(--popover-z-index);
transition-property: opacity;
transition-timing-function: ease;
box-sizing: border-box;
}

.arrow:after {
Expand Down

0 comments on commit 2a6883d

Please sign in to comment.