Should fix the messenger crash on startup. Looks like iframes don't like

being flowed at small sizes.
This commit is contained in:
hyatt%netscape.com 1999-07-06 07:44:10 +00:00
parent b7711bbb43
commit a500f95c37

View File

@ -36,3 +36,9 @@ box.padded {
width: 100%;
}
iframe {
min-width: 10px;
min-height: 10px;
width: 100px;
height: 100px;
}