mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
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:
@@ -5,6 +5,7 @@
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
cursor: default;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.status-bar .git-branch {
|
||||
|
||||
Reference in New Issue
Block a user