From 495bc43f4a361a681999bd9d5fb32da12b2a2b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 14 Aug 2020 01:16:23 +0200 Subject: Add popup dropshadows. --- static/style.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index fafea660..a70f5a76 100644 --- a/static/style.scss +++ b/static/style.scss @@ -688,9 +688,12 @@ along with their colors. position: absolute; z-index: 10; + /* ??? */ left: 10px; top: -50px; + box-shadow: gray 10px 10px 10px; + &.visible { display: block; } -- cgit v1.2.3