Make create poll dialog scrollable

This commit is contained in:
N-Pex 2022-07-01 11:20:05 +02:00 committed by n8fr8
parent ece3606aa2
commit 525ce9cf3e

View file

@ -207,10 +207,9 @@
// Creation dialog
//
.poll-create {
overflow-x: hidden;
overflow-y: auto;
.poll-create-dialog-content {
overflow-x: hidden;
overflow-y: auto;
font-family: "Inter";
font-style: normal;
font-weight: 400;