0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 21:32:41 +00:00

Split pane scrolling is FINALLY working

This commit is contained in:
Scott Tolksdorf
2016-05-04 02:13:11 -04:00
parent 75fb606097
commit 1ce0f00b62
8 changed files with 65 additions and 86 deletions

View File

@@ -23,44 +23,41 @@ html,body, #reactContainer{
flex-direction: column;
nav{
//height : 22px;
}
.content{
background-color: red;
flex: auto;
//position: relative;
position: relative;
height: calc(~"100% - 29px");
//overflow-y: scroll;
.pane{
}
.woo{
background-color: @red;
}
.cool{
background-color: @green;
height : 500px;
}
.temp{
flex: auto;
overflow-y: scroll;
background-color: @green;
//max-height : 100%;
//height : 100%;
//overflow: scroll;
.woo{
width: 50px;
height : 2000px;
background-color: green;
.tooBig{
background-color: @purple;
width : 50px;
height : 5000px;
}
}
}
}
/*
.paneSplit{
width : 100%;
height: 100vh;
@@ -90,4 +87,5 @@ html,body, #reactContainer{
}
}
*/
}