diff --git a/d2l-offscreen-shared-styles.html b/d2l-offscreen-shared-styles.html
index 4a44d4b..825aac9 100644
--- a/d2l-offscreen-shared-styles.html
+++ b/d2l-offscreen-shared-styles.html
@@ -12,6 +12,12 @@
white-space: nowrap;
};
}
+ :host-context([dir="rtl"]) {
+ --d2l-offscreen: {
+ left: 0;
+ right: -10000px;
+ };
+ }