fix: stretch workbench rail height

This commit is contained in:
2026-05-21 13:10:10 +08:00
parent 36da23beb2
commit 5c47ea37c9
2 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -583,11 +583,11 @@ nextjs-portal {
.skg-board-rail { .skg-board-rail {
width: 65px; width: 65px;
height: 448px; height: calc(100vh - 64px);
min-height: 448px; min-height: 600px;
max-height: calc(100vh - 32px);
align-self: flex-start; align-self: flex-start;
top: 96px; top: 16px;
margin-top: clamp(72px, 13vh, 116px);
z-index: 30; z-index: 30;
overflow: visible; overflow: visible;
transition: width 220ms ease; transition: width 220ms ease;
@@ -599,8 +599,8 @@ nextjs-portal {
.skg-board-rail__strip { .skg-board-rail__strip {
width: 65px; width: 65px;
height: 448px; height: 100%;
min-height: 448px; min-height: 600px;
border: 1px solid #383838; border: 1px solid #383838;
border-radius: 0 70px 70px 0; border-radius: 0 70px 70px 0;
background: background: