From 4a6b02328135061c46b1fe6f9c35bee7bf66e25e Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 30 Aug 2015 23:40:04 +0200 Subject: [PATCH] make sure the menu drawer does not overflow the screen and the x in its title bar is visible --- style/lantea.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.35.3