Fix user feed HTMX spinner being underneath the searchbar (looks weird)
This commit is contained in:
parent
ca04c0625a
commit
6bfc7f78e1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user