Yes, the question is exactly that.

The fact is that with a mobile version, the scorr does not change to a regular one (in a mobile phone). But as soon as the dimensions reach 600px, it becomes the same as in a mobile phone. Ps In the desktop version it should be like this (as in the picture)

JQuery version 3.3.1

And he hid, and asked the styles in @media, nothing changes him!

This is a mob. version

<script> var Scrollbar = window.Scrollbar; Scrollbar.init(document.querySelector("#my-scrollbar"), options); </script> 
  #my-scrollbar { overflow-y: hidden; } ::-webkit-scrollbar{ overflow-y: hidden; } ::-webkit-scrollbar-thumb { overflow-y: hidden; } ::-webkit-scrollbar-track { overflow-y: hidden; } 
 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> 

`

    0