Toast icon indicating copy to clipboard operation
Toast copied to clipboard

[Bug] bottom position when viewed on mobile

Open drma-tech opened this issue 2 years ago • 0 comments

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.

drma-tech avatar Aug 12 '22 23:08 drma-tech