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'>
|
<div id='toaster'>
|
||||||
<Toaster
|
<Toaster
|
||||||
position='top-right'
|
position='top-right'
|
||||||
containerClassName='top-10'
|
containerClassName='top-4'
|
||||||
containerStyle={{ top: 75 }}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Route>
|
</Route>
|
||||||
|
|
Loading…
Reference in a new issue