kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 507 forks source link

Bottom-right and icon causes close button to fall off the side of the page #18

Open moshner opened 7 years ago

moshner commented 7 years ago

When using the following code the close icon ends up off the page to the right.

$.toast({
            icon: 'success',
            heading: "Success",
            text: 'Your personal information was updated successfully!',
            position: 'bottom-right',
            hideAfter: 6000
        });

success-off-the-right