mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix(timeline): update drag overlay styling for better visibility
This commit is contained in:
@@ -568,8 +568,8 @@ export function Timeline() {
|
|||||||
>
|
>
|
||||||
{/* Show overlay when dragging media over the timeline */}
|
{/* Show overlay when dragging media over the timeline */}
|
||||||
{isDragOver && (
|
{isDragOver && (
|
||||||
<div className="absolute inset-0 z-20 flex items-center justify-center pointer-events-none">
|
<div className="absolute inset-0 z-20 flex items-center justify-center pointer-events-none backdrop-blur-lg">
|
||||||
<div className="bg-accent/80 text-accent-foreground px-8 py-4 rounded-lg shadow-lg text-lg font-semibold border border-accent">
|
<div>
|
||||||
Drop media here to add to timeline
|
Drop media here to add to timeline
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user