mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
fix: viewing link in x app
This commit is contained in:
parent
29afce710d
commit
7068fe6ae0
1 changed files with 8 additions and 0 deletions
|
|
@ -20,6 +20,14 @@
|
||||||
& > * {
|
& > * {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// X’s iOS in-app browser overlays bottom controls without reporting a safe-area inset.
|
||||||
|
// Its incorrect svh value reveals the obscured strip via svh - dvh so correct browsers collapse it to zero.
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
flex-shrink: 0;
|
||||||
|
height: max(0px, 100svh - 100dvh);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue