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'> <div id='toaster'>
<Toaster <Toaster
position='top-right' position='top-right'
containerClassName='top-10' containerClassName='top-4'
containerStyle={{ top: 75 }}
/> />
</div> </div>
</Route> </Route>