mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Keep dropdown menus above errored components
This commit is contained in:
parent
30d7c4eaa1
commit
3f73e4cdde
17
css/main.css
17
css/main.css
@ -256,10 +256,9 @@ audio {
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************/
|
/*----------------------------------------------
|
||||||
/*************** Chat UI declarations ****************/
|
Chat tab
|
||||||
/*****************************************************/
|
----------------------------------------------*/
|
||||||
|
|
||||||
.h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
|
.h-\[40vh\], .wrap.svelte-byatnx.svelte-byatnx.svelte-byatnx {
|
||||||
height: 66.67vh
|
height: 66.67vh
|
||||||
}
|
}
|
||||||
@ -594,6 +593,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
margin-top: 6px !important;
|
margin-top: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------
|
||||||
|
Past chats menus
|
||||||
|
----------------------------------------------*/
|
||||||
#past-chats-row {
|
#past-chats-row {
|
||||||
margin-bottom: calc( -1 * var(--layout-gap) );
|
margin-bottom: calc( -1 * var(--layout-gap) );
|
||||||
}
|
}
|
||||||
@ -601,3 +603,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
#rename-row label {
|
#rename-row label {
|
||||||
margin-top: var(--layout-gap);
|
margin-top: var(--layout-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------
|
||||||
|
Keep dropdown menus above errored components
|
||||||
|
----------------------------------------------*/
|
||||||
|
.options {
|
||||||
|
z-index: 100 !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user