diff --git a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
index 34ba590b8ddf0cb1949ef9a320edb4361a22feec..0b676868a7b08af392d0fc41b14ccdd81b994282 100644
--- a/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/presentation/presentation-uploader/styles.scss
@@ -98,6 +98,10 @@
     position: absolute;
     left: 0;
     right: 0;
+
+    [dir="rtl"] & {
+      right: 1rem;
+    }
   }
 }