mirror of
https://github.com/mempool/mempool.git
synced 2025-03-24 08:42:06 +01:00
fix blockchain scrolling on mobile mode when RTL layout
This commit is contained in:
parent
e6be450aaa
commit
306197c6e9
frontend/src
@ -1,4 +1,4 @@
|
||||
<div id="blockchain-container">
|
||||
<div id="blockchain-container" dir="ltr">
|
||||
<app-blockchain></app-blockchain>
|
||||
</div>
|
||||
|
||||
|
@ -494,4 +494,8 @@ th {
|
||||
.text-right {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.bitcoin-block {
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user