fix: harden local server WSL onboarding checks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user