overflow on poll div

pull/1/head
Pierre Bondoerffer 2017-08-07 11:49:10 +02:00
parent 996c56c242
commit 0588564bc9
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ body {
flex: 1;
#poll {
flex: 1;
overflow-y: auto;
}
}