mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
fix(dashboard): reduce code viewer overlay height to avoid blocking nodes
Reduced from 40vh to 25vh so the overlay sits closer to the bottom and leaves more room for graph nodes above. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -337,7 +337,7 @@ function Dashboard({ accessToken }: { accessToken: string }) {
|
||||
|
||||
{/* Code viewer overlay */}
|
||||
{codeViewerOpen && (
|
||||
<div className="absolute bottom-0 left-0 right-0 h-[40vh] bg-surface border-t border-border-subtle animate-slide-up z-20">
|
||||
<div className="absolute bottom-0 left-0 right-0 h-[25vh] bg-surface border-t border-border-subtle animate-slide-up z-20">
|
||||
<div className="h-full flex flex-col">
|
||||
<div className="flex items-center justify-end px-3 py-1 shrink-0">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user