Merge pull request #7638 from KDSBrowne/issue-7387

Prevent access to dropdown menu while showing poll (small screens)
This commit is contained in:
Anton Georgiev 2019-06-26 08:52:32 -04:00 committed by GitHub
commit ab6c75aa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
:root { :root {
--col-amount: 2; --col-amount: 2;
--max-btn-width: 9em; --max-btn-width: 9em;
--overlayIndex: 1015; --overlayIndex: 9999;
--overlayOpacity: 0.349; --overlayOpacity: 0.349;
--pollIndex: 1016; --pollIndex: 1016;
--poll-width: 18rem; --poll-width: 18rem;