Makes error popup work

This commit is contained in:
2023-05-15 11:51:16 -07:00
parent ca82b2c81f
commit fb50f5727b
5 changed files with 146 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
.htmx-added .fade-in {
opacity: 0.0 !important;
}
.htmx-added.fade-in {
opacity: 0.0 !important;
}
.fade-in {
opacity: 1.0;
}