diff --git a/dashboard-ui/reports.html b/dashboard-ui/reports.html index 11496b763b..3d6390dc4c 100644 --- a/dashboard-ui/reports.html +++ b/dashboard-ui/reports.html @@ -15,6 +15,13 @@ .ui-panel fieldset + fieldset { margin-top: 2em; } + + .ui-panel .ui-panel-inner { + overflow: auto; + position: absolute; + top: 0; left: 0; right: 0; bottom: 0; + -webkit-overflow-scrolling: touch; + }