mirror of https://github.com/apache/cloudstack.git
CSS scrollbar fix
Fix body horizontal scrollbar, when viewing UI at low resolution
This commit is contained in:
parent
26f9cc6475
commit
3e47cf6dcd
|
|
@ -31,7 +31,6 @@ body {
|
|||
font-family: sans-serif;
|
||||
height: 769px !important;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue