We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Sidebar blockScroll={true}> Sidebar1 </Sidebar> <Sidebar blockScroll={true}> Sidebar2 </Sidebar>
When I open first Sidebar and then open and close second Sidebar the blockScroll stops working.
blockScroll
"primereact": "^3.1.3", "react": "^16.8.6",
The text was updated successfully, but these errors were encountered:
I couldn't replicate it. Could you please attach a codesandbox link for us to replicate?
https://codesandbox.io/s/qjx332qq4
Also, you need to use onHide func for Sidebars. It is required.
onHide: PropTypes.func.isRequired
Best Regards,
Sorry, something went wrong.
@mertsincan https://codesandbox.io/s/primereact-test-6w7x2
fb6cdc8
Fixed now, thanks a lot ;)
mertsincan
No branches or pull requests
When I open first Sidebar and then open and close second Sidebar the
blockScroll
stops working.The text was updated successfully, but these errors were encountered: