mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
refac
This commit is contained in:
parent
be657f45e4
commit
b5efe15f73
@ -157,9 +157,11 @@
|
||||
<div class=" absolute top-0 left-0 right-0 bottom-0 z-10"></div>
|
||||
{/if}
|
||||
|
||||
<div class=" absolute z-50 w-full flex items-center justify-end p-4 dark:text-gray-100">
|
||||
<div
|
||||
class=" absolute pointer-events-none z-50 w-full flex items-center justify-end p-4 dark:text-gray-100"
|
||||
>
|
||||
<button
|
||||
class="self-center"
|
||||
class="self-center pointer-events-auto"
|
||||
on:click={() => {
|
||||
dispatch('close');
|
||||
showControls.set(false);
|
||||
|
Loading…
Reference in New Issue
Block a user