.GridScroller{
    overflow-y: auto !important;
    overflow-x: hidden;
    height:  100%  !important;
    z-index: 9;
    width: 100%  !important;
    position: absolute;
    
    padding-bottom: 0px  !important;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}    