From a64c2a665af1abe0b91f1c5eb1f97df91ed8a4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 Oct 2021 17:48:13 +0200 Subject: Further work, rework popup. --- static/style.scss | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index a29bb24b..4b4f573b 100644 --- a/static/style.scss +++ b/static/style.scss @@ -744,6 +744,21 @@ along with their colors. ---------------------------------------- */ +popup-element { + display: none; + position: absolute; + z-index: 1000; + + /* ??? */ + left: 10px; + top: -50px; + + box-shadow: gray 10px 10px 10px; + + &.visible { + display: block; + } +} .popup { display: flex; @@ -757,21 +772,6 @@ along with their colors. min-width: 60ch; min-height: 30ch; - &-container { - display: none; - position: absolute; - z-index: 1000; - - /* ??? */ - left: 10px; - top: -50px; - - box-shadow: gray 10px 10px 10px; - - &.visible { - display: block; - } - } input { white-space: initial; -- cgit v1.2.3