From 511447470ba24992a10ec0faadf4b3fb8ff2bdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 16:07:49 +0200 Subject: Fix height when creating long events. --- static/style.scss | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index 2ed67236..c1e99479 100644 --- a/static/style.scss +++ b/static/style.scss @@ -587,6 +587,9 @@ along with their colors. .event { border-radius: 1em; padding-left: 1em; + + height: 90%; + &.continuing { border-right: none; border-radius: 1em 0 0 1em; @@ -653,21 +656,6 @@ along with their colors. ---------------------------------------- */ -.popup-container { - display: none; - position: absolute; - z-index: 10; - - /* ??? */ - left: 10px; - top: -50px; - - box-shadow: gray 10px 10px 10px; - - &.visible { - display: block; - } -} .popup { display: flex; @@ -681,6 +669,22 @@ along with their colors. min-width: 40ch; min-height: 20ch; + &-container { + display: none; + position: absolute; + z-index: 10; + + /* ??? */ + left: 10px; + top: -50px; + + box-shadow: gray 10px 10px 10px; + + &.visible { + display: block; + } + } + input { white-space: initial; border: 1px solid gray; -- cgit v1.2.3