Make create poll dialog scrollable
This commit is contained in:
parent
c90944d951
commit
49e7028c31
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue