diff --git a/css/main.css b/css/main.css index da0e381..d2cf305 100644 --- a/css/main.css +++ b/css/main.css @@ -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; +}