Skip to content

Commit 0f82aab

Browse files
committed
fix: allow scrolling sticky controls panel in installer
1 parent c823728 commit 0f82aab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/InteractiveInstaller.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,8 @@ const chromiumWaylandFlags = computed(() =>
603603
height: fit-content;
604604
position: sticky;
605605
top: 100px;
606+
max-height: calc(100vh - 100px);
607+
overflow-y: auto;
606608
transition:
607609
background-color 0.3s,
608610
border-color 0.3s;
@@ -927,6 +929,8 @@ code {
927929
position: relative;
928930
top: 0;
929931
padding: 1.5rem;
932+
max-height: none;
933+
overflow-y: visible;
930934
}
931935
}
932936

0 commit comments

Comments
 (0)