Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fix offscreen mixin for RTL context
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Capa authored and Jon Capa committed Dec 16, 2016
1 parent 94cb190 commit ea6b325
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions d2l-offscreen-shared-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
white-space: nowrap;
};
}
:host-context([dir="rtl"]) {
--d2l-offscreen: {
left: 0;
right: -10000px;
};
}
</style>
</template>
</dom-module>

0 comments on commit ea6b325

Please sign in to comment.