Drop shadow fix on popover

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-27 13:40:48 +02:00
parent a90b046a17
commit 46da059b8f
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ kbd {
margin: 5px;
margin-top: -5px;
right: 0;
box-shadow: 0 1px 10px $color-box-shadow;
filter: drop-shadow(0 1px 10px $color-box-shadow);
display: none;
&:after {