Relocate scroll constriction in alternate greetings popup

This commit is contained in:
uberubert
2025-01-13 15:45:47 +01:00
parent d1f1299d43
commit e38cd31ca7

View File

@@ -5735,3 +5735,15 @@ body:not(.movingUI) .drawer-content.maximized {
}
}
/* Constrict the scroll of alternate greetings to only the dynamic form section */
.alternate_grettings {
display: grid;
grid-template-rows: auto auto auto 1fr;
max-height: 100%;
overflow: hidden;
}
.alternate_greetings_list {
overflow-y: scroll;
}