From 0985b7c8e9fc825eed7d732655d7eda09e309411 Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Thu, 15 Dec 2016 06:59:45 +0100
Subject: [PATCH] =?UTF-8?q?fix:=20SlideOut=20Men=C3=BC=20->=20hat=20trotzd?=
 =?UTF-8?q?em=20die=20komplette=20H=C3=B6he=20wenn=20es=20zu=20klein=20ist?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/SlideOut.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/SlideOut.css b/bin/SlideOut.css
index 5be2d4b..4d39990 100644
--- a/bin/SlideOut.css
+++ b/bin/SlideOut.css
@@ -5,6 +5,7 @@
     background: rgba(37, 33, 34, 1);
     bottom: 0;
     left: 0;
+    min-height: 100%;
     overflow: hidden;
     top: 0;
     z-index: 100;
-- 
GitLab