Commit 87b36b06 authored by steurwadkar's avatar steurwadkar

Scroll bar fix


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104772 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 26ffd0c9
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
position: absolute !important; position: absolute !important;
top:0 !important; top:0 !important;
height: 100%; height: 100%;
overflow: hidden !impportant; overflow: hidden !important;
} }
.mainContainer{ .mainContainer{
height:100%; height:100%;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<html> <html>
<head> <head>
</head> </head>
<body> <body style="overflow:hidden;">
<iframe src="/ibase/webitm/jsp/ITMLinkPage.jsp?QRY_PARAM=<%=queryParam%>&QRY_PARAM_TYPE=<%=paramType%>&TAR_OBJ_NAME=<%=targetObject%>&LINK_DESCR=<%=linkDescr%>&OBJ_TYPE=<%=objType%>&OBJ_CTXT=<%=objCtx%>" width="100%" height="100%" class="FrameFlowPanel" style="border:none;"></iframe> <iframe src="/ibase/webitm/jsp/ITMLinkPage.jsp?QRY_PARAM=<%=queryParam%>&QRY_PARAM_TYPE=<%=paramType%>&TAR_OBJ_NAME=<%=targetObject%>&LINK_DESCR=<%=linkDescr%>&OBJ_TYPE=<%=objType%>&OBJ_CTXT=<%=objCtx%>" width="100%" height="100%" class="FrameFlowPanel" style="border:none;"></iframe>
</body> </body>
</html> </html>
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