mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Set overflow to 'hidden' on panes. I'm pretty sure this fixes #1594.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
.item-views {
|
||||
-webkit-flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user