fix(SW-184): added membership level and points to menu
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.sidePeek {
|
||||
position: fixed;
|
||||
top: var(--mobile-site-header-height);
|
||||
top: var(--current-mobile-site-header-height);
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: calc(100vh - var(--mobile-site-header-height));
|
||||
height: calc(100vh - var(--current-mobile-site-header-height));
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
z-index: 100;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top: var(--mobile-site-header-height);
|
||||
top: var(--current-mobile-site-header-height);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
to {
|
||||
top: var(--mobile-site-header-height);
|
||||
top: var(--current-mobile-site-header-height);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user