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:
@@ -57,9 +57,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidePeek {
|
.sidePeek {
|
||||||
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: min-content auto;
|
grid-template-rows: min-content auto;
|
||||||
height: 100%;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
|||||||
Reference in New Issue
Block a user