Make create poll dialog scrollable

This commit is contained in:
N-Pex 2022-07-01 11:20:05 +02:00
parent c90944d951
commit 49e7028c31

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;