Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroller not working in fullscreen mode #78

Open
savagecarol opened this issue Dec 21, 2021 · 6 comments
Open

Scroller not working in fullscreen mode #78

savagecarol opened this issue Dec 21, 2021 · 6 comments

Comments

@savagecarol
Copy link

No description provided.

@pomle
Copy link
Contributor

pomle commented Dec 21, 2021

@savagecarol what is a scroller?

@savagecarol
Copy link
Author

Side bar (scroll bar) when screen overflow at the roght side of the page

@pomle
Copy link
Contributor

pomle commented Dec 31, 2021

@savagecarol, all right, I understand. Can you supply a screen shot or explanation of exactly what is going wrong? Can you see it still?

@savagecarol
Copy link
Author

Okay

@benq66
Copy link

benq66 commented Jan 28, 2022

I've encountered the same issue and managed to fix it by providing a custom css style prop to Fullscreen component via <FullScreen className={fullscreenStyle} handle={...}> ... </FullScreen>. In that css style you need to set the overflow to auto, i.e. .fullscreenStyle { overflow: auto }, or choose any other preferable way to handle the overflow.

@anixudh
Copy link

anixudh commented May 16, 2022

I've encountered the same issue and managed to fix it by providing a custom css style prop to Fullscreen component via <FullScreen className={fullscreenStyle} handle={...}> ... </FullScreen>. In that css style you need to set the overflow to auto, i.e. .fullscreenStyle { overflow: auto }, or choose any other preferable way to handle the overflow.

This worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants