Merge pull request #12322 from ramonlsouza/issue-12069
Add scroll to poll question container
This commit is contained in:
commit
76e6f48200
@ -52,6 +52,8 @@
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-height: 95%;
|
||||
overflow-y: auto;
|
||||
|
||||
[dir="rtl"] & {
|
||||
left: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user