We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :
Posible solution : Check the styles and fix the layout, probably avoid the position fix in the sidebar, and focus using flex.
The text was updated successfully, but these errors were encountered:
thanks for opening an issue 💯
We'll take care of this in #15
Sorry, something went wrong.
simon-isler
Successfully merging a pull request may close this issue.
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 :
Screen.Recording.2024-11-09.at.8.13.22.PM.mov
Posible solution :
Check the styles and fix the layout, probably avoid the position fix in the sidebar, and focus using flex.
The text was updated successfully, but these errors were encountered: