Improve toasts position
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
1b74e506fc
commit
d75ea447b3
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ const SoapboxMount = () => {
|
|||
<div id='toaster'>
|
||||
<Toaster
|
||||
position='top-right'
|
||||
containerClassName='top-10'
|
||||
containerStyle={{ top: 75 }}
|
||||
containerClassName='top-4'
|
||||
/>
|
||||
</div>
|
||||
</Route>
|
||||
|
|
Loading…
Reference in a new issue