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

Mathias Schreiber [wmdb >] mathias.schreiber at wmdb.de
Tue Mar 10 10:33:07 CET 2009


Steffen Kamper schrieb:
> It's correct that the body has overflow: hidden
> 
> The reason is the docheader. Now use an inner div like core does:
> typo3-docbody

I see but does this make sense?
Since CGL suggests to use template.php which offers:
- typo3-bigDoc
- typo3-noDoc
- typo3-smallDoc
- typo3-mediumDoc

I don't see the reason for the extension author to add another div plus 
an additional style if we would simply reuse what already there.

So my option No. 2 would be the way to go and add a css rule something 
like this:
div.typo3-bigDoc,div.typo3-noDoc,div.typo3-smallDoc,div.typo3-mediumDoc {
	height:99%;
	overflow: auto;
}

This would return everything back to normal (meaning: What users would 
expect and how it used to be).

Mathias




More information about the TYPO3-dev mailing list