Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: add css in global to fix ar slider direction for eu users (#7026)
Browse files Browse the repository at this point in the history
Co-authored-by: fasihali-deriv <[email protected]>
  • Loading branch information
fasihali-deriv and fasihali-deriv authored Feb 8, 2024
1 parent 93ab2ec commit f8d0fdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@
[dir=rtl] .rtl\:\!animate-\[100s_slideRtl_linear_infinite\] {
animation: slideRtl 100s linear infinite !important;
}
[dir=rtl] .rtl\:\!animate-\[40s_slideRtl_linear_infinite\] {
animation: slideRtl 40s linear infinite !important;
}
/* Patch End */

0 comments on commit f8d0fdf

Please sign in to comment.