Ticket #1050 (closed defect: wontfix)
Make browsing pages more consistent
| Reported by: | mail@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8 |
| Severity: | trivial | Keywords: | |
| Cc: | manuzhai@… |
Description
It often annoys me that pages within a web application shift when I move from a short page to a longer page, due to the appearing of the scrollbar. Adding a few lines to the CSS always makes sure the scrollbar is there, making the browsing feel more consistent.
html {
min-height: 100%; margin-bottom: 1px;
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


