Skip to content

Commit

Permalink
fix(frontend): fixed height blur
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Oct 18, 2024
1 parent 0efb2ec commit d75825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/servers/PanelTerminal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tabindex="-1"
>
<div
class="progressive-gradient pointer-events-none absolute -bottom-6 left-0 z-[9999] h-2/5 w-full overflow-hidden rounded-xl"
class="progressive-gradient pointer-events-none absolute -bottom-6 left-0 z-[9999] h-[10rem] w-full overflow-hidden rounded-xl"
:style="`--transparency: ${Math.max(0, lerp(100, 0, bottomThreshold * 8))}%`"
>
<div
Expand Down

0 comments on commit d75825b

Please sign in to comment.