mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 04:11:48 +01:00
fix blockchain scrolling on mobile mode when RTL layout
This commit is contained in:
parent
e6be450aaa
commit
306197c6e9
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div id="blockchain-container">
|
<div id="blockchain-container" dir="ltr">
|
||||||
<app-blockchain></app-blockchain>
|
<app-blockchain></app-blockchain>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -494,4 +494,8 @@ th {
|
||||||
.text-right {
|
.text-right {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bitcoin-block {
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue