Improve toasts position

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-08-27 20:27:00 +02:00
parent 1b74e506fc
commit d75ea447b3

View file

@ -80,8 +80,7 @@ const SoapboxMount = () => {
<div id='toaster'>
<Toaster
position='top-right'
containerClassName='top-10'
containerStyle={{ top: 75 }}
containerClassName='top-4'
/>
</div>
</Route>