Commit 7995ca66 authored by vvengurlekar's avatar vvengurlekar

Header scroll removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105502 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 04146bdb
......@@ -2100,4 +2100,27 @@ table.mtBackgroundWhite {
font-size: 14px;
font-family: 'MuseoLight', sans-serif !important;
}
/*Ended by Varsha for new css of Katalyst*/
\ No newline at end of file
/*Ended by Varsha for new css of Katalyst*/
/* Added by varsha v. to fixed scroll for tbody not for thead td*/
.mtBackgroundWhite tbody {
display:block;
max-height:200px;
overflow-y:scroll;
overflow-x:hidden;
}
.mtBackgroundWhite tbody tr {
display:table;
width:100%;
table-layout:fixed;
overflow-x:hidden;
}
.mtBackgroundWhite thead
{
display:table;
width:98%;
table-layout:fixed;
overflow-x:hidden;
}
/* Ended by varsha v. to fixed scroll for tbody not for thead td*/
\ No newline at end of file
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