diff --git a/static/resources/css/index.css b/static/resources/css/index.css index 07cff0b37..6ffcfdc1b 100644 --- a/static/resources/css/index.css +++ b/static/resources/css/index.css @@ -33,8 +33,10 @@ body { background-color: #EFEFEF; max-height: 100%; height: 100%; - overflow-y: auto; - overflow-x: hidden; + width: 100%; + min-width: 1px; + overflow: auto; + min-height: 1px; } .up-section { @@ -109,4 +111,5 @@ body { .page-content { margin: 0 20px 0 20px; text-align: left; + overflow-y: hidden; } diff --git a/views/index.htm b/views/index.htm index 15ac70441..86d3ed3d6 100644 --- a/views/index.htm +++ b/views/index.htm @@ -47,7 +47,7 @@
// 'view_all' | tr //
- +