Fix user feed HTMX spinner being underneath the searchbar (looks weird)

This commit is contained in:
Alessio 2024-02-19 23:09:59 -08:00
parent ca04c0625a
commit 6bfc7f78e1

View File

@ -96,6 +96,7 @@ ul.inline-dotted-list li:last-child:after {
}
.htmx-spinner-container {
display: none;
z-index: 2; /* On top of the search bar, which is z-index of 1 */
}
.htmx-request > .htmx-spinner-container {
display: revert;