fix blockchain scrolling on mobile mode when RTL layout

This commit is contained in:
TechMiX
2020-12-09 21:46:13 +01:00
parent a4b46d4053
commit 705e7794e5
2 changed files with 5 additions and 1 deletions

View File

@@ -494,4 +494,8 @@ th {
.text-right {
text-align: left !important;
}
.bitcoin-block {
direction: rtl;
}
}