Hide Scroll Bar On ‘Overflow: Auto’ Container

3 months ago

< 1 min read

Posted by:

Focus

Subscribe to newsletter

By subscribing you agree to with our Privacy Policy.

Share

Add this following CSS code to the container:

selector {
-ms-overflow-style: none; /* IE and Edge / scrollbar-width: none; / Firefox */
}

selector::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera*/
}

Read more

See How It Works

Create better websites, faster.

Download the Entire Library

Adaptative, neutrally designed components.

Customer Service

Focus Website

Today, September 8

Hi, there 👋

How can I help you?

Start Chat with:

We use cookie to improve your experience on our site. By using our site you consent cookies.