Make create poll dialog scrollable
This commit is contained in:
parent
ece3606aa2
commit
525ce9cf3e
1 changed files with 2 additions and 3 deletions
|
|
@ -207,10 +207,9 @@
|
||||||
// Creation dialog
|
// Creation dialog
|
||||||
//
|
//
|
||||||
.poll-create {
|
.poll-create {
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
.poll-create-dialog-content {
|
.poll-create-dialog-content {
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
|
|
||||||
font-family: "Inter";
|
font-family: "Inter";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue