scotch-io/scotch-panels

Scotch Panel makes overflow hidden

Closed this issue · 2 comments

Is there a way to turn this off? It prevents scrolling on the entire page, not just the scotch panel.

Or rather, it just prevents me from scrolling by putting everything into a scotch-panel-canvas and that is unscrollable unless I ADD overflow:auto, but this makes the scotch panel disappear and be replaced by a white screen.

Update: it's the scotch-panel-wrapper that has a hidden overflow. Turning this off isn't favorable, but it allows scrolling and doesnt make the scotch panel disappear. I will keep working from here and update for others.

So I guess is there a native way to make scotch-panel-wrapper only hide the overflow-x? Or better yet only hide overflow when the scotch panel is showing? So far my jquery work-arounds haven't worked too well

We have to use overflow hidden to create the effect unfortunately.