[TYPO3-dev] typo3/mod.php does NOT allow scrolling

Mathias Schreiber [wmdb >] mathias.schreiber at wmdb.de
Tue Mar 10 22:26:09 CET 2009


Dmitry Dulepov schrieb:
> Hi!
> 
> Mathias Schreiber [wmdb >] wrote:
>> I found another minor issue.
>> If we set the overflow thingy to auto, modules that need more width than
>> bigDoc allows (roughly 650 pixels or something), they will trigger a
>> horizontal scrollbar.
> 
> What about using "overflow-y: auto" instead of "overflow: auto"?
> 

Works weird in FF3 and IE6.
But this seems to do the job...
overflow-y: auto;
overflow-x: hidden;

So...
Do I make a patch for this?




More information about the TYPO3-dev mailing list