How can I have a Scrollable X-Axis with Overflow on X axis and hidden ScrollBar?
β 1
vanishklift
1 month ago
Nov 10, 2024, 12:33 AM
I tried the scrollbar-width : none it worked but not completely, when Iβm scrolling on my Phone (Chrome and Safari tested) it shows a small scrollbar
Tom Ireland
1 month ago
Nov 10, 2024, 1:03 AM
I think you need to add ::-webkit-scrollbar{display: none;}` for Safari and Chrome. I think youβd need to add it via a style element though.
I tried it but it didnβt work, I putted the style element in the list (ul) element was that right?
vanishklift
1 month ago
Nov 10, 2024, 9:38 AM
IT WORKED THANK YOU
π1
Tod
1 month ago
Nov 10, 2024, 9:38 AM
Great energy @vanishklift! Your continuous contribution to the toddle Community just made you advance to Community Level 3!
Laetitia | Pinshasa
14 days ago
Nov 28, 2024, 3:19 PM
Hi guys! Could you explain it step by step? As I tried naturally with the css editor (webkit etc) of the element, but didn't work OUPS, I understand, now π: it's not in the CSS editor, but an actual element (called Style) to insert inside the div. Thanks !