/* Deriox GPS POI / Reports scroll safety patch */
html, body{
    min-height:100% !important;
    height:auto !important;
    overflow-y:auto !important;
    overflow-x:hidden;
}
body{
    overscroll-behavior:auto;
}
main, .content, .page, .dx-main, .gps-main, .dashboard-content, .app-content, .client-content, .layout-content, .dx-shell{
    min-height:100vh;
}
.dx-main, .gps-main, .content, .page, .dashboard-content, .app-content, .client-content, .layout-content{
    overflow:visible !important;
}
.dx-panel, .dx-list, .table-wrap, .report-table-wrap, .poi-report-wrap, .card, .panel{
    scrollbar-width:thin;
}
@media (max-width: 1200px){
    html, body{overflow-y:auto !important;}
}
