Commit 2640ed45 authored by steurwadkar's avatar steurwadkar

Scroll bar fix


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104774 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e67998a
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
overflow: auto !important; overflow: auto !important;
} }
.mainContainer{ .mainContainer{
height:100%; /*height:100%;*/
height: calc(100% - 17px);
} }
.statusHeader{ .statusHeader{
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment