Bug #18734 » docheader_debug_problem.diff
typo3/stylesheet.css (working copy) | ||
---|---|---|
div.typo3-fullDoc {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: relative;
|
||
}
|
||
... | ... | |
overflow: auto;
|
||
top: 51px;
|
||
bottom: 0;
|
||
position: absolute;
|
||
position: static;
|
||
z-index: 2;
|
||
}
|
||