mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6680 from mempool/natsoni/fix-page-jump
Fix page jump on mobile when scrolling to footer
This commit is contained in:
commit
9398bf912f
6 changed files with 17 additions and 0 deletions
|
|
@ -97,6 +97,10 @@ tr, td, th {
|
|||
}
|
||||
|
||||
.widget {
|
||||
.acceleration-list {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
.txid {
|
||||
width: 30%;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@
|
|||
}
|
||||
|
||||
.latest-transactions {
|
||||
overflow-anchor: none;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
table-layout:fixed;
|
||||
|
|
@ -223,6 +224,7 @@
|
|||
}
|
||||
|
||||
.lastest-replacements-table {
|
||||
overflow-anchor: none;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
table-layout:fixed;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.widget table {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
tr, td, th {
|
||||
border: 0px;
|
||||
padding-top: 0.65rem;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
margin-top: 13px;
|
||||
}
|
||||
|
||||
.widget table {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
tr, td, th {
|
||||
border: 0px;
|
||||
padding-top: 0.65rem;
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@
|
|||
}
|
||||
|
||||
.widget .latest-transactions {
|
||||
overflow-anchor: none;
|
||||
|
||||
.table-cell-satoshis {
|
||||
@media (min-width: 768px) {
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@
|
|||
}
|
||||
|
||||
.lastest-replacements-table {
|
||||
overflow-anchor: none;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
table-layout:fixed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue