mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-23 21:01:17 +00:00
Allow installation modal to show full PC app list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user