mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Merge pull request #1942 from open-webui/dev
fix: drag and drop styling issue
This commit is contained in:
commit
30b053116d
@ -411,7 +411,9 @@
|
|||||||
|
|
||||||
{#if dragged}
|
{#if dragged}
|
||||||
<div
|
<div
|
||||||
class="fixed lg:w-[calc(100%-260px)] w-full h-full flex z-50 touch-none pointer-events-none"
|
class="fixed {$showSidebar
|
||||||
|
? 'left-0 lg:left-[260px] lg:w-[calc(100%-260px)]'
|
||||||
|
: 'left-0'} w-full h-full flex z-50 touch-none pointer-events-none"
|
||||||
id="dropzone"
|
id="dropzone"
|
||||||
role="region"
|
role="region"
|
||||||
aria-label="Drag and Drop Container"
|
aria-label="Drag and Drop Container"
|
||||||
|
Loading…
Reference in New Issue
Block a user