fix: qa feedback - fix loading spinners showing above the conversation options pane

This commit is contained in:
William Grant 2022-10-14 16:27:42 +11:00
parent 446b3bdb4d
commit 66d8c8835c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
&.show {
transform: none;
transition: transform 0.3s ease-in-out;
z-index: 2;
z-index: 3;
}
}