fix scroll player scroll again
This commit is contained in:
@@ -680,7 +680,7 @@
|
|||||||
{:else}
|
{:else}
|
||||||
<!-- Desktop: sticky, in-flow sidebar (sticks vertically, flows horizontally in the layout column) -->
|
<!-- Desktop: sticky, in-flow sidebar (sticks vertically, flows horizontally in the layout column) -->
|
||||||
<aside
|
<aside
|
||||||
class="sticky top-4 h-[calc(100dvh-2rem)] overflow-hidden bg-background"
|
class="sticky top-4 h-[calc(100dvh-2rem)] overflow-hidden bg-background flex flex-col"
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-2 border-b px-3 py-3">
|
<div class="flex items-center gap-2 border-b px-3 py-3">
|
||||||
<div class="min-w-0 flex-1">
|
<div class="min-w-0 flex-1">
|
||||||
@@ -733,7 +733,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if snap.uiOpen}
|
{#if snap.uiOpen}
|
||||||
<div class="flex h-full flex-col">
|
<div class="flex min-h-0 flex-col">
|
||||||
<div class="space-y-2 px-3 py-3">
|
<div class="space-y-2 px-3 py-3">
|
||||||
<div class="flex items-center justify-between gap-2">
|
<div class="flex items-center justify-between gap-2">
|
||||||
<div class="text-xs text-muted-foreground">
|
<div class="text-xs text-muted-foreground">
|
||||||
|
|||||||
Reference in New Issue
Block a user