Merged in fix/SW-2669 (pull request #2047)

fix(SW-2669): replace % height with dvh to handle iOS address bar

* fix(SW-2669): replace % height with dvh to handle iOS address bar


Approved-by: Tobias Johansson
Approved-by: Erik Tiekstra
This commit is contained in:
Arvid Norlin
2025-05-12 13:25:32 +00:00
parent 8530c2cc93
commit 91f9cebadb

View File

@@ -57,9 +57,10 @@
}
.sidePeek {
position: relative;
display: grid;
grid-template-rows: min-content auto;
height: 100%;
height: 100dvh;
}
.header {