diff --git a/bigbluebutton-html5/imports/ui/components/polling/component.jsx b/bigbluebutton-html5/imports/ui/components/polling/component.jsx
index 89c7d34ef9..ebf64ea734 100644
--- a/bigbluebutton-html5/imports/ui/components/polling/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/polling/component.jsx
@@ -304,7 +304,7 @@ class Polling extends Component {
this.pollingContainer = el}
tabIndex={-1}
>
diff --git a/bigbluebutton-html5/imports/ui/components/polling/styles.js b/bigbluebutton-html5/imports/ui/components/polling/styles.js
index afd61a3f0c..eb0094770d 100644
--- a/bigbluebutton-html5/imports/ui/components/polling/styles.js
+++ b/bigbluebutton-html5/imports/ui/components/polling/styles.js
@@ -144,7 +144,7 @@ const QText = styled.div`
padding-right: ${smPaddingX};
`;
-const PollingContainer = styled.div`
+const PollingContainer = styled.aside`
pointer-events:auto;
min-width: ${pollWidth};
position: absolute;