updates for mainframe width and height style settings.

This commit is contained in:
kunw 2016-06-22 12:37:52 +08:00
parent aafeabdf4e
commit 82de5b3bf4
2 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,10 @@ body {
background-color: #EFEFEF;
max-height: 100%;
height: 100%;
width: 100%;
min-width: 1px;
overflow: auto;
min-height: 1px;
}
.up-section {
@ -107,4 +111,5 @@ body {
.page-content {
margin: 0 20px 0 20px;
text-align: left;
overflow-y: hidden;
}