Fix page jump on mobile when scrolling to footer

This commit is contained in:
natsoni 2026-08-04 10:41:21 +02:00
parent 579b46ef84
commit 3539995717
No known key found for this signature in database
GPG key ID: 5554443C889C720E
6 changed files with 17 additions and 0 deletions

View file

@ -97,6 +97,10 @@ tr, td, th {
}
.widget {
.acceleration-list {
overflow-anchor: none;
}
.txid {
width: 30%;
overflow: hidden;

View file

@ -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;

View file

@ -10,6 +10,10 @@
}
}
.widget table {
overflow-anchor: none;
}
tr, td, th {
border: 0px;
padding-top: 0.65rem;

View file

@ -4,6 +4,10 @@
margin-top: 13px;
}
.widget table {
overflow-anchor: none;
}
tr, td, th {
border: 0px;
padding-top: 0.65rem;

View file

@ -93,6 +93,8 @@
}
.widget .latest-transactions {
overflow-anchor: none;
.table-cell-satoshis {
@media (min-width: 768px) {
display: none;

View file

@ -180,6 +180,7 @@
}
.lastest-replacements-table {
overflow-anchor: none;
width: 100%;
text-align: left;
table-layout:fixed;