last shadow override i wanted to make for now. also small tweak

This commit is contained in:
Henry Jameson 2018-11-21 21:40:45 +03:00
parent b3ec3d450c
commit 18e0828ee7
4 changed files with 12 additions and 1 deletions

View file

@ -258,6 +258,8 @@
position: absolute;
z-index: 1;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
// this doesn't match original but i don't care, making it uniform.
box-shadow: var(--popupShadow);
min-width: 75%;
background: $fallback--bg;
background: var(--bg, $fallback--bg);