Fix formatting

f840d63bdb1f466ea748332ba04c7efc54d9d619

uberubert <johnfrian@gmail.com>

1 files changed, +6 -6Ignore whitespace
public/style.css+6 -6
@@ -5738,12 +5738,12 @@ body:not(.movingUI) .drawer-content.maximized {
57385738
5739/* Constrict the scroll of alternate greetings to only the dynamic form section */5739/* Constrict the scroll of alternate greetings to only the dynamic form section */
5740.alternate_grettings {5740.alternate_grettings {
5741 display: grid;5741 display: grid;
5742 grid-template-rows: auto auto auto 1fr;5742 grid-template-rows: auto auto auto 1fr;
5743 max-height: 100%;5743 max-height: 100%;
5744 overflow: hidden;5744 overflow: hidden;
5745}5745}
57465746
5747.alternate_greetings_list {5747.alternate_greetings_list {
5748 overflow-y: scroll;
5749}
5749 \ No newline at end of file \ No newline at end of file
5748 overflow-y: scroll;
5749}