đ˘ This forum is no longer actively updated, but we've kept it online as a resource â there's a lot of helpful history here! For new discussions, come join us on
discord!
The popup opened like that only because I have set it for âinherit widthâ
The problem with the inherited width is that there is a problem with exiting the popup from the sides as it should be.
If I set the Inherit width to no, it brings a narrow menu I donât want to have If I use a computer.
All I need is the wide menu, which can be easily disappeared when pressing the background at the sides.
Is it possible to add a closing button on the popup menu as well?
The component popup I have configured is wide as it should so why doesnât it open with the right dimensions that in my case look like a smartphone menu?
Why can I exit the popup from the sides only when it is not set to âInherit Widthâ?
when you open a popup, iframe loading time is being delayed, because its an iframe. And our popup calculates width & height before iframe is loaded, so it makes it broken.
I did one trick where I have put wrapper div to be always atleast 100vw width, and height 600px. So hopefully this fixes your issue.
Also Iâve added custom close button. For close button, all you need is to set attribute to be âmodal-closeâ = âtrueâ