fix: harden local server WSL onboarding checks

This commit is contained in:
LukeParkerDev
2026-04-19 13:15:26 +10:00
parent 1baa87bf0d
commit 76da54c596
6 changed files with 391 additions and 162 deletions
+3 -2
View File
@@ -35,7 +35,7 @@
width: 100%;
max-height: 100%;
min-height: 280px;
overflow: auto;
overflow: hidden;
pointer-events: auto;
/* Hide scrollbar */
@@ -102,7 +102,8 @@
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
min-height: 0;
overflow-y: auto;
&:focus-visible {
outline: none;