Client - partial fix of fullscreen on iOS

This commit is contained in:
Sam
2022-01-16 18:58:34 +01:00
parent 236314d9e7
commit 29180a02ca
10 changed files with 18 additions and 17 deletions

View File

@ -208,6 +208,7 @@
::v-deep(.fullscreen) {
display: flex;
align-items: center;
z-index: 1000; // partial fix on iOS
.fullscreen-map {
height: 100%;
width: 100%;