From e033c1c672347fb09718fb56febdaa5c3306277d Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 4 Nov 2015 11:28:54 -0500 Subject: [PATCH] Don't wrap bottom bar info-block on overflow --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index e461abf7d..7a8269395 100644 --- a/css/app.css +++ b/css/app.css @@ -2259,7 +2259,6 @@ div.full-screen > button:hover { #info-block { max-height: 30px; - float: right; clear: right; } @@ -2286,6 +2285,7 @@ div.full-screen > button:hover { text-align: right; margin-right: 10px; clear: right; + overflow: hidden; } #about-list li {