Some backend fixes: (Tested on 3.1.6034.23988)
1. Fixed when scrolling down in the Dashboard the Progress Bars would appear in the "Menu Header"
2. Fixed Reports Filter Menu getting cut off and not been able to select all options.
/*Backend Fixes*/
/*Fix Dasboard Menu Bar Showing Progress Bars*/
.dashboardDocument .viewMenuBar {z-index: 1000;}
/*Reports Filter Menu Fix*/
.ui-panel-inner {position: static !important; background: #222;}
.ui-panel.ui-panel-open {position: absolute !important;}
.ui-body-b.ui-panel {height: initial; min-height: initial; bottom: initial;}
Some Frontend Twe