[Trac-tickets] [The Trac Project] #1050: Make browsing pages more consistent

The Trac Project noreply at edgewall.com
Tue Dec 14 07:47:54 EST 2004


#1050: Make browsing pages more consistent
---------------------+------------------------------------------------------
       Id:  1050     |      Status:  new                     
Component:  general  |    Modified:  Tue Dec 14 07:47:54 2004
 Severity:  trivial  |   Milestone:  0.9                     
 Priority:  normal   |     Version:  0.8                     
    Owner:  jonas    |    Reporter:  mail at manuzhai           
---------------------+------------------------------------------------------
 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;
 }

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1050>
The Trac Project <>


More information about the Trac-Tickets mailing list