Merge pull request #12322 from ramonlsouza/issue-12069

Add scroll to poll question container
This commit is contained in:
Anton Georgiev 2021-05-07 15:40:12 -04:00 committed by GitHub
commit 76e6f48200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-height: 95%;
overflow-y: auto;
[dir="rtl"] & {
left: 50%;