Skip to content
Snippets Groups Projects
Unverified Commit 8d1b7c0d authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12015 from ramonlsouza/issue-11973

Scroll on polling panel - mobile
parents 3c1792ae 3184330e
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,10 @@
background-color: var(--color-white);
min-width: var(--poll-pane-min-width);
padding: 1rem;
@include mq($small-only) {
overflow: auto;
}
}
.breakoutRoom {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment