fix(SW-96): add css variable for use of mobile header height

This commit is contained in:
Chuma McPhoy
2024-08-23 07:24:35 +02:00
parent 7d47994539
commit 7e7a5d2646
5 changed files with 9 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
top: 0;
width: 100%;
z-index: 99999;
height: 70.047px;
height: var(--mobile-site-header-height);
}
.container {