fix z index for input menu (#75)

This commit is contained in:
Jordan Vidrine
2025-03-25 10:08:16 -05:00
committed by GitHub
parent f786eae910
commit 1a372b7edc
+4
View File
@@ -51,3 +51,7 @@ body.has-full-page-chat {
color: var(--primary);
}
}
.chat-drawer-active.chat-drawer-expanded .chat-composer-dropdown__menu-content {
z-index: z("composer", "content") + 1;
}