@supports not selector(::-webkit-scrollbar) {
   .ui-scroll {
     scrollbar-color: #707070 #DDDDDD;
     scrollbar-width: thin;
   }
}

