Replies: 1 comment 1 reply
-
I'm not sure, but it appears that for some reason your browser incorrectly reports its window inner width that includes the dev tools pane.
It doesn't sound like the right solution, but you can disable this feature with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have encountered the following problem:
When I open the likebox, I see that the body tag is assigned the class yarl__no_scroll, and so is padding-right. But the problem is that when I open devtools, I see that the padding is very large. The more devtools is opened (i.e. technically, the smaller the window is in relation to the entire screen), the larger the padding-right is assigned
Unfortunately, I was unable to prepare an example and reproduce the problem in the sandbox. I assume that this is due to the fact that an iframe is used there.
If I first open the lightbox, and then devtools, I see an adequate padding-right: 15px

Questions:
Beta Was this translation helpful? Give feedback.
All reactions