Skip to content

Commit 894a5b9

Browse files
committed
fix: BackTop responsive in RTL
1 parent a8dbea7 commit 894a5b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
@media screen and (max-width: @screen-md) {
22
.@{backtop-prefix-cls} {
33
right: 60px;
4+
5+
&-rtl {
6+
right: auto;
7+
left: 60px;
8+
}
49
}
510
}
611

712
@media screen and (max-width: @screen-xs) {
813
.@{backtop-prefix-cls} {
914
right: 20px;
15+
16+
&-rtl {
17+
right: auto;
18+
left: 20px;
19+
}
1020
}
1121
}

0 commit comments

Comments
 (0)