I put a text in a div with a vertical scrollbar. I would like to hide this bar. On Google Chrome no problem but on firefox it is visible. How to do? thanks
Asked
Active
Viewed 661 times
1
-
Can you show some code please. – Alex Jul 13 '18 at 12:24
-
@nicowebmaster. Try putting `overflow: hidden` on the div. – user2796515 Jul 13 '18 at 13:20
2 Answers
1
Custom scrollbars are not supported in Firefox or IE/Edge. https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp
You can hide it with overflow: hidden

Irina
- 786
- 1
- 11
- 25
-
thank you, I wanted to hide the scrollbar of a text I had overflow-y. The goal was to scroll a text all the way up the screen, like a movie end credits. It's for a client in the cinema. cordially – nicowebmaster Sep 25 '18 at 12:24
0
There are some usefull tips about your question:
How to hide scrollbar in Firefox?
In this topic are many answers on this question, i suggest you to choose this one which fits your needs.

Mateusz Byczkowski
- 326
- 2
- 11