overflow on poll div

This commit is contained in:
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

View File

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