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.
This commit is contained in:
Corey Johnson & Nathan Sobo 2013-03-11 16:52:15 -06:00
parent 194ac13f43
commit 2aefd8ca46

View File

@ -5,6 +5,7 @@
position: relative;
-webkit-user-select: none;
cursor: default;
overflow: hidden;
}
.status-bar .git-branch {