Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Added a missing box-shadow to the actual popover
Browse files Browse the repository at this point in the history
  • Loading branch information
driesd committed Apr 10, 2017
1 parent 3131960 commit 9496048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/popover/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.popover {
background: var(--popover-background-color);
box-shadow: var(--shadow-2p);
position: absolute;
opacity: 0;
min-width: 300px;
Expand Down

0 comments on commit 9496048

Please sign in to comment.