[Owncloud] CCS to give rightcontent a vertical scrollbar
George Ruinelli
george at ruinelli.ch
Sun Dec 9 14:11:05 UTC 2012
Thank you, that solved it.
George
Am Sonntag, 9. Dezember 2012, 14:52:46 schrieb Bernhard Posselt:
> .rightcontent {
> overflow: auto;
> }
>
> should do the trick
>
> On 12/09/2012 01:12 PM, George Ruinelli wrote:
> > How would I need to add a style to make the rightcontent of a template to
> > have a vertical scrollbar if it is too high?
> > I would expect this is already handled in the core.css?
> > (I have not defined any other style jet for that page).
> >
> > Below is a minimal example which should have a vertical scrollbar but
> > doesn’t: ------------------------------------------
> > <div id="controls">Nothing here</div>
> > <div class="leftcontent">Nothing here</div>
> > <div class="rightcontent">
> >
> > A very long and height consuming text.<br>
> > aa<br>
> > ...<br>
> > bb<br>
> >
> > </div>
> > ------------------------------------------
> >
> > George
> > _______________________________________________
> > Owncloud mailing list
> > Owncloud at kde.org
> > https://mail.kde.org/mailman/listinfo/owncloud
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
--
More information about the Owncloud
mailing list