Patch #5121 ยป fix-issues-layout-overflow.diff
| public/stylesheets/application.css | ||
|---|---|---|
| 74 | 74 |
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
|
| 75 | 75 |
#sidebar .contextual { margin-right: 1em; }
|
| 76 | 76 | |
| 77 |
#content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
|
|
| 77 |
#content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; overflow: auto}
|
|
| 78 | 78 |
* html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
|
| 79 | 79 |
html>body #content { min-height: 600px; }
|
| 80 | 80 |
* html body #content { height: 600px; } /* IE */
|