Style: Login page should not have scroll bars
The login page is a bit longer than it should be, and as such, it is scrollable. This is not immediately apparent in OSX, as you have to actually scroll in the window for the scrollbars to become visible, but it was apparent in non-OSX operating systems. We add a top padding to the application to compensate for the navbar height, however, we don't need to add that padding to the splash page because it doesn't have a navbar. Change-Id: If41b0020dc2c4221ec2aa9fecb42422bddaf681d Closes-bug: #1538301
This commit is contained in:
parent
168d7d6f89
commit
9b74985095
@ -1,7 +1,7 @@
|
||||
// Make the sidebar span the entire page, instead of just the Viewport
|
||||
// Display Table is not ideal, but it will allow dynamic resizing of
|
||||
// the sidebar while growing its container to fill the entire window
|
||||
html, body, #container {
|
||||
html, body:not(#splash), #container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user