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:
@@ -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{
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user