From d389b9c59d7f4a4918a15b5a40d771ccc154d751 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 8 Jun 2015 19:01:32 +0200 Subject: fix #615 --- web/src/css/layout.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') diff --git a/web/src/css/layout.less b/web/src/css/layout.less index 5869411c..1075d6c9 100644 --- a/web/src/css/layout.less +++ b/web/src/css/layout.less @@ -18,6 +18,11 @@ html, body, #container { .main-view { flex: 1 1 auto; + // All children of #container need an explicit height + // If we don't set this, the scrollbars disappear + // (https://github.com/mitmproxy/mitmproxy/issues/615) + height: 0; + display: flex; flex-direction: row; -- cgit v1.2.3