From 8239d17d0bbdae65fdd801a652a3918b7212072a Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 06 Apr 2021 15:21:54 +0000
Subject: [PATCH] Dialog unten (in Arbeit)

---
 www/ui/app.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/www/ui/app.css b/www/ui/app.css
index 7348b8f..4c87064 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -91,6 +91,12 @@
   transition: all 0.3s ease-in;
 }
 
+.dialog-unten {
+  position: relative;
+  /* height: 0.1em; */
+  transition: all 0.3s ease-in;
+}
+
 .dlg-behaelter {
   line-height: 1.6;
   padding: 0.4em;

--
Gitblit v1.9.3