Fix the problem where the thread pane / message pane splitter would always move and

"creep" up when you displayed messages. thanks to evaughan for helping me figure this out.
This commit is contained in:
mscott%netscape.com 2000-03-14 03:02:08 +00:00
parent 4751911331
commit c016030148

View File

@ -323,5 +323,7 @@ menu.push[disabled="true"]:active {
box#messagepanebox
{
min-height: 10px;
height: 0px;
}