Skip to content

Commit b0f4c1c

Browse files
fixed task widget overflow
1 parent 79f7b6e commit b0f4c1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/projects/TaskWidget.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="task-widget absolute flex h-full min-h-[50vh] w-full flex-col">
127127
<div
128128
class="flex w-full flex-row items-center justify-between
129-
rounded-lg
129+
rounded-md
130130
border-3 border-solid
131131
border-gray-600 bg-black
132132
px-5 py-2 font-['Fredoka',_sans-serif] text-sm text-white
@@ -136,7 +136,7 @@
136136
<span>0/100+</span>
137137
</div>
138138
<div
139-
class="scroll-parent relative h-full min-h-64 overflow-hidden font-['Fredoka',_sans-serif]"
139+
class="scroll-parent relative h-[82%] overflow-hidden rounded-br-2xl rounded-bl-2xl font-['Fredoka',_sans-serif] lg:min-h-0"
140140
>
141141
<div class="scroll-element primary absolute w-full px-1">
142142
{#each streamers as { streamer, task }}

0 commit comments

Comments
 (0)