From 2b837d7c4bf0e3dfe4e8706b62bad43a93baa604 Mon Sep 17 00:00:00 2001 From: ulrich Date: Mon, 18 May 2020 16:20:43 +0000 Subject: [PATCH] Neues Nutzerprofil fertig --- web/ui2/stile.css | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index 4cb0d21..e85cc03 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -11,6 +11,8 @@ height: 100%; /* Anmerkung 2 */ font-size: larger; font-family: 'Roboto Condensed'; + -webkit-text-size-adjust: none; + /* touch-action: manipulation;*/ } body { min-height: 0; /* Anmerkung 1 */ @@ -74,8 +76,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