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