From 306197c6e97272e516ab0847381bcbc0aa0a347d Mon Sep 17 00:00:00 2001 From: TechMiX Date: Wed, 9 Dec 2020 21:46:13 +0100 Subject: [PATCH] fix blockchain scrolling on mobile mode when RTL layout --- frontend/src/app/components/start/start.component.html | 2 +- frontend/src/styles.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/start/start.component.html b/frontend/src/app/components/start/start.component.html index 04c1175d0..4ee2258f4 100644 --- a/frontend/src/app/components/start/start.component.html +++ b/frontend/src/app/components/start/start.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 38e4283a7..b8fca1621 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -494,4 +494,8 @@ th { .text-right { text-align: left !important; } + + .bitcoin-block { + direction: rtl; + } }