Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: moved notification boxes to avoid blocking the top ribbon. (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl27 authored May 14, 2021
1 parent ed0142d commit 5a226d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const toasterErrorOptions = {
debug: false,
newestOnTop: true,
progressBar: true,
positionClass: 'toast-top-right',
positionClass: 'toast-bottom-right',
preventDuplicates: true,
timeOut: '20000', // 1000000
extendedTimeOut: '50000', // 1000000
Expand All @@ -107,7 +107,7 @@ const toasterWarningOptions = {
debug: false,
newestOnTop: true,
progressBar: true,
positionClass: 'toast-top-right',
positionClass: 'toast-bottom-right',
preventDuplicates: true,
timeOut: '20000', // 1000000
extendedTimeOut: '50000', // 1000000
Expand All @@ -118,7 +118,7 @@ const toasterSuccessOptions = {
debug: false,
newestOnTop: true,
progressBar: true,
positionClass: 'toast-top-right',
positionClass: 'toast-bottom-right',
preventDuplicates: true,
timeOut: '3000',
extendedTimeOut: '10000',
Expand Down

0 comments on commit 5a226d7

Please sign in to comment.