Skip to content

Commit

Permalink
Merge pull request #72 from JorgeRojo/develop
Browse files Browse the repository at this point in the history
v1.1.89
  • Loading branch information
JorgeRojo committed Aug 6, 2023
2 parents 177c525 + f0c14d6 commit cb28266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 4 additions & 2 deletions src/components/Toaster/Toaster.module.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit cb28266

Please sign in to comment.