Fix the issue of right container spacing for different pages.
IssueId: CLIENT-189
Change-Id: I54433b1e291cf8015ae8db90f392a9978861ea2b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
</ul>
</div>
</div>
- <div id="page-main-wrapper">
- <div id="page-header">
+ <div id="page-main-wrapper" style="height:100%;">
+ <div id="page-header" >
<div id="page-header-wrapper" class="clearfix">
<div class="top-icon-bar dropdown">
<a href="javascript:;" title="" class="user-ico clearfix" data-toggle="dropdown">
</div>
</div>
</div>
- <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9">
- <iframe id="mainFrame" name="mainFrame" frameBorder=0 scrolling=no width="100%" onLoad="iFrameHeight()"></iframe>
+ <div id="rightContainer" style="width:100%;height:100%" class="col-sm-8 col-md-9 col-lg-9">
+ <iframe id="mainFrame" name="mainFrame" frameBorder=0 scrolling="auto" style="width:100%;height:100%"></iframe>
</div>
</div>
</div>