ScrollBar X-Axis

  • vanishklift-1304936233641709568

    vanishklift

    5 months ago

    How can I have a Scrollable X-Axis with Overflow on X axis and hidden ScrollBar?
    1304936233834909766-image.png
    1
  • vanishklift-1304967199114526742

    vanishklift

    5 months ago

    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
    1304967198569398323-IMG_1128.png
    1304967198879649984-IMG_1129.png
  • tomthebigtree-1304974723683319819

    Tom Ireland

    5 months ago

    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.
  • vanishklift-1305087998907645952

    vanishklift

    5 months ago

    Thanks I’ll try! How do I add a style element ?😅
  • tomthebigtree-1305096177661775873

    Tom Ireland

    5 months ago

    Just choose "Add element" or press e on your keyboard in the editor and search for style. 🙂
    ❤️1
  • vanishklift-1305101826600996946

    vanishklift

    5 months ago

    okey thank you!!
  • vanishklift-1305103850830823434

    vanishklift

    5 months ago

    I tried it but it didn’t work, I putted the style element in the list (ul) element was that right?
  • vanishklift-1305104370819530785

    vanishklift

    5 months ago

    IT WORKED THANK YOU
    🙌1
  • Tod-1305104372577079368

    Tod

    5 months ago

    Great energy @vanishklift! Your continuous contribution to the toddle Community just made you advance to Community Level 3!
  • laetitiamassa-1311713005360255111

    Laetitia | Pinshasa

    5 months ago

    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 !