From a9a9afb92a39cb9df1029e86877b9eff8f57d3d5 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sun, 17 May 2020 13:12:59 +0000 Subject: [PATCH] Stile verfeinert --- web/ui2/stile.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 4cb0d21..39008ba 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -74,8 +74,14 @@ .zentraler-inhalt { padding: 0.5em; + overflow-x: hidden; + overflow-y: auto; } +.zentrum-liste { + overflow-x: hidden; + overflow-y: auto; +} /* Anmerkungen: 1.) min.height: 0 fuer body und inhalt ist gegen einen Bug, vgl. -- Gitblit v1.9.3