From 2aefd8ca46ba21e4e0df75598e3a15bcbdb60c88 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Mon, 11 Mar 2013 16:52:15 -0600 Subject: [PATCH] Set overflow hidden on status bar The octicon was causing overflow, which was making the entire view scroll because the status bar was bigger than the height used by flexbox. --- static/status-bar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/status-bar.css b/static/status-bar.css index d7822f50c..f30dd48c8 100644 --- a/static/status-bar.css +++ b/static/status-bar.css @@ -5,6 +5,7 @@ position: relative; -webkit-user-select: none; cursor: default; + overflow: hidden; } .status-bar .git-branch {