[themes] CSS gurus
Tibor Liktor
liktor at gmail.com
Tue Nov 13 15:27:22 UTC 2007
Hi Dries,
try this:
change the lines ~332-335. in system.css:
from
/* Avoid jumping around due to margins collapsing into collapsible fieldset
border */
html.js fieldset.collapsible .fieldset-wrapper {
overflow: auto;
}
to
/* Avoid jumping around due to margins collapsing into collapsible fieldset
border */
html.js fieldset.collapsible .fieldset-wrapper {
overflow-y: hidden !important;
}
Best,
Tibor
ps.: sorry, but I'm not @ my computer at the moment so I can't provide a
patch. At first sight it works for me, it eliminates the vertical scrollbar
in FF.
2007/11/13, Dries Buytaert <dries.buytaert at gmail.com>:
>
>
> Can I cast some CSS gurus in this issue?
>
> http://drupal.org/node/148712
>
> Thanks,
>
> --
> Dries Buytaert :: http://www.buytaert.net/
>
>
> _______________________________________________
> themes mailing list
> themes at drupal.org
> http://lists.drupal.org/mailman/listinfo/themes
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20071113/069b5170/attachment.htm
More information about the themes
mailing list