Relative position atom-workspace-axis

This let's packages use position: absolute and be contained to atom-workspace-axis elements.
This commit is contained in:
simurai
2016-03-25 11:06:07 +09:00
parent 2016d0b613
commit 45839f3b92

View File

@@ -25,6 +25,10 @@ atom-workspace {
background-color: @app-background-color;
font-family: @font-family;
atom-workspace-axis {
position: relative;
}
atom-workspace-axis.horizontal {
display: flex;
flex: 1;