diff --git a/public/style.css b/public/style.css index ce076f915..93dc6e485 100644 --- a/public/style.css +++ b/public/style.css @@ -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; +} \ No newline at end of file