mirror of
https://github.com/open-webui/extension
synced 2025-06-26 18:25:58 +00:00
fix
This commit is contained in:
parent
a364b60fdd
commit
2896157772
2
extension/dist/main.js
vendored
2
extension/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
extension/dist/style.css
vendored
2
extension/dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -220,7 +220,7 @@
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
{#if show}
|
||||
<div
|
||||
class="tlwd-fixed tlwd-top-0 tlwd-right-0 tlwd-left-0 tlwd-bottom-0 tlwd-w-full tlwd-min-h-screen tlwd-h-screen tlwd-flex tlwd-justify-center tlwd-z-[9999999999] tlwd-overflow-hidden tlwd-overscroll-contain tlwd-pointer-events-none"
|
||||
class="tlwd-fixed tlwd-top-0 tlwd-right-0 tlwd-left-0 tlwd-bottom-0 tlwd-w-full tlwd-min-h-screen tlwd-h-screen tlwd-flex tlwd-justify-center tlwd-z-[9999999999] tlwd-overflow-hidden tlwd-overscroll-contain"
|
||||
on:mousedown={() => {
|
||||
show = false;
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user