mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Allow blockchain horizontal scrolling.
This commit is contained in:
parent
565aa499e5
commit
5e3c71e11c
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<div style="position: relative;">
|
||||
<div id="blockchain-container">
|
||||
<app-blockchain></app-blockchain>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.search-container {
|
||||
padding-top: 50px;
|
||||
#blockchain-container {
|
||||
position: relative;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue