Keep dropdown menus above errored components

This commit is contained in:
oobabooga 2023-09-23 07:50:24 -07:00
parent 30d7c4eaa1
commit 3f73e4cdde

View file

@ -256,10 +256,9 @@ audio {
padding: 0px !important;
}
/*****************************************************/
/*************** Chat UI declarations ****************/
/*****************************************************/
/*----------------------------------------------
Chat tab
----------------------------------------------*/
.h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
height: 66.67vh
}
@ -594,6 +593,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
margin-top: 6px !important;
}
/*----------------------------------------------
Past chats menus
----------------------------------------------*/
#past-chats-row {
margin-bottom: calc( -1 * var(--layout-gap) );
}
@ -601,3 +603,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
#rename-row label {
margin-top: var(--layout-gap);
}
/*----------------------------------------------
Keep dropdown menus above errored components
----------------------------------------------*/
.options {
z-index: 100 !important;
}