From: Robert Kaiser Date: Sun, 30 Aug 2015 21:40:04 +0000 (+0200) Subject: make sure the menu drawer does not overflow the screen and the x in its title bar... X-Git-Tag: production~55 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=4a6b02328135061c46b1fe6f9c35bee7bf66e25e make sure the menu drawer does not overflow the screen and the x in its title bar is visible --- diff --git a/style/lantea.css b/style/lantea.css index c3c1b72..36aef54 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -114,6 +114,7 @@ h1 { bottom: 0; left: calc(-40ch - 1ch); /* account for padding */ width: 40ch; + max-width: 95%; /* make sure we don't overflow the screen */ background-color: rgba(15, 15, 15, .9); color: #CCCCCC; border: 0;