Replies: 3 comments 7 replies
-
|
@warm-tune repro? cant figure out what issue you're facing |
Beta Was this translation helpful? Give feedback.
-
|
@warm-tune try doing this in your css, lemme know if it fixes it for your browser: html {
scrollbar-gutter: stable;
} |
Beta Was this translation helpful? Give feedback.
-
|
@anubra266 Seems to be I got what is the problem. I may assume that problem is in the site itself, not in the dialog component. Could you confirm? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Default example of dialog work from the documentation shows that page scroll is removed when dialog is open.
That makes layout jump a bit. I am switching from mantine framework, and there dialog displayed above the page without affecting scroll state. How can I achieve the same behaviour using zagjs?
How to avoid that jumping behaviour as it spoils ux? No reason to make it jumping on dialog show.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions