chore: improve custom scroll areas

This commit is contained in:
3252a8
2026-05-30 21:41:32 +03:00
parent 3541f2f78b
commit fbc3e193bf
11 changed files with 270 additions and 193 deletions
+9 -8
View File
@@ -326,7 +326,7 @@
}
.scroll-area {
overflow: auto;
overflow: hidden;
min-height: 0;
}
@@ -854,7 +854,7 @@
.ticket-list,
.ticket-message-list,
.support-admin-messages,
.support-inbox-list {
.support-inbox-list-inner {
display: grid;
gap: 10px;
}
@@ -1457,14 +1457,15 @@
align-content: stretch;
}
.support-ticket-list-scroll {
min-height: 0;
height: 100%;
}
.support-list-card .ticket-list,
.support-user-list-skeleton {
align-content: start;
min-height: 0;
height: 100%;
overflow: auto;
padding-right: 4px;
scrollbar-width: thin;
}
.support-list-card .support-empty-state {
@@ -1538,7 +1539,7 @@
.support-ticket-screen .support-message-scroll {
min-height: 0;
height: 100%;
overflow: auto;
overflow: hidden;
padding: 20px;
scrollbar-width: thin;
}
@@ -1717,7 +1718,7 @@
.support-ticket-screen .support-message-scroll {
min-height: 0;
height: 100%;
overflow: auto;
overflow: hidden;
padding: 10px;
}