[Bug] bottom position when viewed on mobile
drma-tech opened this issue · 0 comments
drma-tech commented
when I set the position to bottomright, for example. on a large screen, its css is like bottom=2rem, but when it has a mobile resolution (chrome emulation on the laptop), it is like bottom=0rem. but for some reason when I test in the browser directly from the mobile, the toast does not appear. I have to force the css so that its bottom is 1=rem, to override the default configuration of the component.