-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
BlockUI fullscreen adds padding-right: var(--scrollbar-width) to the <body> #5031
Comments
@ulasturann added this in this ticket: #4958 |
Please create a reproducer as its the only way developers can debug your issue. This issue will be closed if no activities in 20 days. |
Yeah so I can't reproduce your issue. When the blockUI appears fullscreen it removes the scrollbar to 0 as it should. When the BlockUI goes away it reinstates the scrollbar. I don't know why yours is 22px without a reproducer that proves the issue? |
Please fork the CodeSandbox project or Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days. |
Describe the bug
BlockUI fullscreen adds padding-right: var(--scrollbar-width) to the
Reproducer
https://codesandbox.io/s/sad-morse-54s6j2?file=/src/App.js
PrimeReact version
10.0.3
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: