Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
Issues
Issues

Set Page Wrapper to Overflow: Clip for Responsive Fixes

Avatar of Sara M.Sara M.
路
路

Relume can you set the page-wrapper to be overflow:clip? I've had issues with responsive and that fixes it. Thank Matt J. for once telling me about that

12 comments

  • Avatar of Matt J.
    Matt J.
    路
    路

    Sara M. are you saying that the page wrapper came default with overflow:hidden; set or?

  • Avatar of Sara M.
    Sara M.
    路
    路

    I think it was overflow:visible because it was giving me issues

  • Avatar of Sara M.
    Sara M.
    路
    路

    unless I by mistake changed something

  • Avatar of Sara M.
    Sara M.
    路
    路

    realized that overflow:hidden also works, right?

  • Avatar of Matt J.
    Matt J.
    路
    路

    well overflow visible shouldn't do anything but also shouldnt be set by default. overflow:hidden is what breaks fixed/sticky elements and should use overflow:clip to prevent that

  • Avatar of Sara M.
    Sara M.
    路
    路

    oh that's a good point - my sticky elements did stop working. Thank you so much for pointing that out

  • Avatar of Sara M.
    Sara M.
    路
    路

    Is that the only different between the 2?

  • Avatar of Sara M.
    Sara M.
    路
    路

    with overflow:visible I was having issues responsively

  • Avatar of Matt J.
    Matt J.
    路
    路

    im not entirely sure what the difference is technically. Guessing its a completely different way the browser handles overflow. Overflow clip is new compared to hidden.

  • Avatar of Sara M.
    Sara M.
    路
    路

    Interesting. Right

  • Avatar of Sara M.
    Sara M.
    路
    路

    sounds like clip might be safer, no?

  • Avatar of Matt J.
    Matt J.
    路
    路

    right, clip does all the same things, without the bugs