mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.
https://mitchel.me/slippers/
MIT License
506 stars 37 forks source link

Error screen appearing underneath website content #68

Open chris-lawton opened 2 months ago

chris-lawton commented 2 months ago

The error screen that shows (e.g. for failed prop types) appears underneath website content so the error messages can't be seen.

Example screen:

Details ![Screenshot 2024-08-22 at 13 10 32](https://github.com/user-attachments/assets/7f760ba9-c2eb-4be2-9f63-3371b14b1959)

Adding a z-index to #slippers_errors_ui_root seems to resolve the issue