From 0ae5fab0d0b4ff627939b294dd57ae5de469be13 Mon Sep 17 00:00:00 2001 From: James Hobin Date: Mon, 20 Aug 2018 11:29:57 -0400 Subject: [PATCH] Properly translate message area off of screen --- static/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/app.css b/static/css/app.css index 9e4789e5f..a34dd5e58 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -214,7 +214,7 @@ h1, h2, h3, h4, h5, h6 { } #message-area.hidden { - transform: translateY(10rem); + transform: translateY(100%) translateY(4rem); } @media only screen and (max-width: 730px) {