fix(SW-96): add css variable for use of mobile header height
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 99999;
|
||||
height: 70.047px;
|
||||
height: var(--mobile-site-header-height);
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user