Feature #19097 » 0012-Reorganize-overflow-of-body-and-wrapper.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 64 | 64 | |
| 65 | 65 |
body |
| 66 | 66 |
{
|
| 67 |
overflow-x: hidden; /* hide horizontal overflow */ |
|
| 68 | ||
| 69 | 67 |
min-width: 0; /* reset the min-width of 900px */ |
| 70 | 68 | |
| 71 | 69 |
-webkit-overflow-scrolling: touch; |
| ... | ... | |
| 92 | 90 |
{
|
| 93 | 91 |
position: relative; |
| 94 | 92 | |
| 93 |
overflow-x: hidden; /* hide horizontal overflow */ |
|
| 94 | ||
| 95 | 95 |
max-width: 100%; |
| 96 | 96 |
} |
| 97 | 97 | |
| ... | ... | |
| 603 | 603 |
{
|
| 604 | 604 |
right: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */ |
| 605 | 605 | |
| 606 |
overflow: visible; |
|
| 607 | ||
| 606 | 608 |
height: 100%; |
| 607 | 609 |
} |
| 608 | 610 | |