polls: Set modal height with em.

This commit is contained in:
evykassirer
2025-01-04 21:24:14 -08:00
committed by Tim Abbott
parent e5bafb625b
commit fe3d87f15e

View File

@@ -445,7 +445,7 @@
#add-poll-modal { #add-poll-modal {
/* this height allows 3-4 option rows /* this height allows 3-4 option rows
to fit in without need for scrolling */ to fit in without need for scrolling */
height: 450px; height: 32.1428em; /* 450px / 14px em */
overflow: hidden; overflow: hidden;
.modal__content { .modal__content {