    ::-webkit-scrollbar {
       
        height: 0px;
      background: #000000;
    }

::-webkit-scrollbar:horizontal{
    display: none;
}