hide scrollbar when not scrolling css code example Example: how to hide the scrollbar in css ::-webkit-scrollbar { display: none; }