Hi Dries,<br><br>try this:<br><br>change the lines ~332-335. in system.css:<br><br>from<br><br>/* Avoid jumping around due to margins collapsing into collapsible fieldset border */<br>html.js fieldset.collapsible .fieldset-wrapper {
<br>&nbsp; overflow: auto;<br>}<br><br>to<br><br>/* Avoid jumping around due to margins collapsing into collapsible fieldset border */<br>html.js fieldset.collapsible .fieldset-wrapper {<br>&nbsp;&nbsp; overflow-y: hidden !important;<br>
}<br><br>Best,<br>Tibor<br><br>ps.: sorry, but I&#39;m not @ my computer at the moment so I can&#39;t provide a patch. At first sight it works for me, it eliminates the vertical scrollbar in FF.<br><br><br><br><br><div><span class="gmail_quote">
2007/11/13, Dries Buytaert &lt;<a href="mailto:dries.buytaert@gmail.com">dries.buytaert@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Can I cast some CSS gurus in this issue?<br><br>&nbsp;&nbsp; <a href="http://drupal.org/node/148712">http://drupal.org/node/148712</a><br><br>Thanks,<br><br>--<br>Dries Buytaert&nbsp;&nbsp;::&nbsp;&nbsp;<a href="http://www.buytaert.net/">http://www.buytaert.net/
</a><br><br><br>_______________________________________________<br>themes mailing list<br><a href="mailto:themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes
</a><br></blockquote></div><br>