0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 01:32:45 +00:00

Page container is now doign partial rendering, need to clean up the stlying though

This commit is contained in:
Scott Tolksdorf
2016-04-06 00:15:15 -04:00
parent 90d46f5c48
commit c93c6b13c4
5 changed files with 53 additions and 13 deletions

View File

@@ -16,9 +16,10 @@ html,body, #reactContainer{
.paneSplit{
width : 100%;
height: 100vh;
padding-top: 25px;
//padding-top: 25px;
position: relative;
box-sizing: border-box;
overflow: hidden;
.leftPane, .rightPane{
display: inline-block;
@@ -26,6 +27,7 @@ html,body, #reactContainer{
position: relative;
height: 100%;
min-height: 100%;
//margin-top: 25px;
}
.leftPane{
@@ -34,8 +36,9 @@ html,body, #reactContainer{
.rightPane{
width : 60%;
height: 100%;
//overflow-y: scroll;
overflow-y: scroll;
overflow: hidden;
}
}