[fnpjs-place="mainView"] {
position: absolute;
- top: 0;
+ top: 15px;
left:0;
right:0;
- bottom:0;
+ bottom:20px;
z-index: 1;
> .rng-view-tabs {
}
}
+ [fnpjs-place="bottomPanel"] {
+ position: absolute;
+ bottom:0;
+ height: 20px;
+ width:100%
+ }
}
\ No newline at end of file