mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CSS: Fix body height
Removes fixed height for <body> -- this was causing strange scrollbar behavior on the page on Webkit browsers.
This commit is contained in:
parent
cff65a33a4
commit
7c759f2063
@ -48,7 +48,6 @@ div.toolbar,
|
|||||||
body {
|
body {
|
||||||
min-width: 1024px;
|
min-width: 1024px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
height: 769px !important;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #EDE8E8;
|
background: #EDE8E8;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user