diff --git a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss
index 3e5d9912c56120f6d72d1f495743be1f33c3e8be..f29b64f1438f8f820e90c8116c00fd2448f3f1ac 100755
--- a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/styles.scss
@@ -132,7 +132,7 @@
   bottom: 5px;
   left: 5px;
   right: 5px;
-  justify-content: center;
+  justify-content: space-between;
   align-items: center;
   height: 1.25rem;
   z-index: 2;
@@ -140,9 +140,6 @@
 
 .dropdown,
 .dropdownFireFox {
-  position: absolute;
-  left: 0;
-  flex: 1;
   display: flex;
   outline: none !important;
   width: var(--cam-dropdown-width);