Open dalvarez2596 opened 2 weeks ago
I was playing around with the dummy app and noticed that the flash messages like :
'%{record} updated successfully' or '%{record} update failed: %{errors}'
Looks behind the sidebar, probably because of the position absolute.
How it looks :
https://github.com/user-attachments/assets/8a5e78a9-a28f-4e20-b855-d83f0f7e058a
Posible solution : Check the styles and fix the layout, probably avoid the position fix in the sidebar, and focus using flex.
thanks for opening an issue 💯
We'll take care of this in https://github.com/renuo/hotsheet/issues/15
I was playing around with the dummy app and noticed that the flash messages like :
'%{record} updated successfully' or '%{record} update failed: %{errors}'
Looks behind the sidebar, probably because of the position absolute.
How it looks :
https://github.com/user-attachments/assets/8a5e78a9-a28f-4e20-b855-d83f0f7e058a
Posible solution : Check the styles and fix the layout, probably avoid the position fix in the sidebar, and focus using flex.