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