Allow installation modal to show full PC app list

This commit is contained in:
Egor
2025-10-12 01:58:31 +03:00
parent fa46a5b96c
commit 72ec8d565c

View File

@@ -4288,6 +4288,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 0;
}
.guide-modal-header {
@@ -4325,6 +4326,9 @@
padding: 0 24px 24px;
overflow-y: auto;
flex: 1;
min-height: 0;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}
.guide-modal-footer {
@@ -4334,6 +4338,7 @@
display: flex;
flex-direction: column;
gap: 12px;
flex-shrink: 0;
}
.guide-modal-footer .btn {
@@ -4363,6 +4368,7 @@
height: 100vh;
border-radius: 0;
box-shadow: none;
min-height: 0;
}
.guide-modal-header {
@@ -4388,6 +4394,12 @@
padding: 0;
}
.installation-card .card-content,
.installation-card-content {
max-height: none;
overflow: visible;
}
.step-final-action {
margin-top: 16px;
}