mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 20:48:10 +00:00
Code cleanup
This commit is contained in:
@@ -27,65 +27,9 @@ html,body, #reactContainer{
|
||||
flex: auto;
|
||||
position: relative;
|
||||
height: calc(~"100% - 29px");
|
||||
|
||||
//overflow-y: scroll;
|
||||
|
||||
.pane{
|
||||
|
||||
}
|
||||
|
||||
.woo{
|
||||
background-color: @red;
|
||||
}
|
||||
.temp{
|
||||
background-color: @green;
|
||||
//max-height : 100%;
|
||||
//height : 100%;
|
||||
//overflow: scroll;
|
||||
|
||||
.tooBig{
|
||||
background-color: @purple;
|
||||
width : 50px;
|
||||
height : 5000px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
.paneSplit{
|
||||
width : 100%;
|
||||
height: 100vh;
|
||||
//padding-top: 25px;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
|
||||
.leftPane, .rightPane{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
//margin-top: 25px;
|
||||
}
|
||||
|
||||
.leftPane{
|
||||
width : 40%;
|
||||
}
|
||||
.rightPane{
|
||||
width : 60%;
|
||||
height: 100%;
|
||||
//overflow-y: scroll;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user