Fix flicker caused by custom js select component being loaded
This commit is contained in:
@@ -97,4 +97,14 @@ tr.htmx-swapping td {
|
||||
100% {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loading-indicator{
|
||||
display:none;
|
||||
}
|
||||
.htmx-request .loading-indicator{
|
||||
display:flex;
|
||||
}
|
||||
.htmx-request.loading-indicator{
|
||||
display:flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user