Template:ScrollBox: Difference between revisions
Jump to navigation
Jump to search
Tip:If you've got a short ScrollBox containing a long one, set
Tip:If the scrollbar on your ScrollBox starts to get lost, set
m (Removed line breaks) |
(ScrollBoxes are a good idea in theory but nobody seems to conform to this template's standards. Even using relative measurements like "em" is not a sure fire thing. Nested scrollboxes are nasty on nearly any device, and completely break page "printing") |
||
Line 8: | Line 8: | ||
[[Category:Layout Container]] | [[Category:Layout Container]] | ||
</noinclude>{{#if:{{{title|}}} | <p style="font-style:italic;border-bottom:1px solid #3A3937;">{{{title}}}:</p> }} | </noinclude>{{#if:{{{title|}}} | <p style="font-style:italic;border-bottom:1px solid #3A3937;">{{{title}}}:</p> }} | ||
<div class="scrollbox" style="{{#if:{{{bottom-border|}}} | border-bottom:1px solid #3A3937;}}{{#if:{{{noscroll|}}} | | max-height: | <div class="scrollbox" style="{{#if:{{{bottom-border|}}} | border-bottom:1px solid #3A3937;}}{{#if:{{{noscroll|}}} | | max-height:100%;}}overflow:auto;">{{{1}}}</div> |
Revision as of 02:20, 22 April 2018
Use this to rein in the KV, I and O lists on entity pages.

noscroll=true
on the shorter of the pair to avoid having two scrollbars right next to each other.
bottom-border=true
to add a faint rule after it.{{{1}}}