diff --git a/package.json b/package.json index 0aa2649..a30ef7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fratch-ui", - "version": "1.1.88", + "version": "1.1.89", "repository": { "type": "git", "url": "https://github.com/JorgeRojo/fratch-ui.git" diff --git a/src/components/Toaster/Toaster.module.css b/src/components/Toaster/Toaster.module.css index 4ecca02..34d1683 100644 --- a/src/components/Toaster/Toaster.module.css +++ b/src/components/Toaster/Toaster.module.css @@ -1,12 +1,14 @@ .toaster_list { - top: 8px; + top: 0px; left: 0px; position: fixed; - padding: 0 32px 0 32px; + padding: 8px 32px; box-sizing: border-box; z-index: 9999; pointer-events: none; width: 100%; + overflow: scroll; + max-height: 100vh; } .toaster_item.success {