From 93aca28fc17197964cd06a3586193b671e6cbc35 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Mon, 28 Jul 2014 16:17:11 +0200 Subject: [PATCH] Bug 1044589 - avoid scroll in connection footer. r=mratcliffe --- browser/themes/shared/devtools/app-manager/connection-footer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/themes/shared/devtools/app-manager/connection-footer.css b/browser/themes/shared/devtools/app-manager/connection-footer.css index cee5c9887ba..dc5183286c7 100644 --- a/browser/themes/shared/devtools/app-manager/connection-footer.css +++ b/browser/themes/shared/devtools/app-manager/connection-footer.css @@ -13,6 +13,7 @@ #banners-and-logs { display: flex; flex-grow: 1; + max-height: 100%; } #logs {