Skip to content

Commit

Permalink
(fix) O3-2625: Adjust snackbar container position (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire authored Dec 4, 2023
1 parent 8e018ee commit f904208
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
justify-content: center;
}

/* Tablet */
.omrs-breakpoint-lt-desktop {
.omrs-snackbars-container {
bottom: 5.5rem;
}
}

.omrs-snackbar-mounting,
.omrs-snackbar-mounting > * {
padding: 0;
Expand Down

0 comments on commit f904208

Please sign in to comment.