feat(WEB-104): add on-demand revalidation for cache
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
.mainMenu {
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
box-shadow: 0 0 7px rgba(0, 0, 0, .75);
|
||||
max-height: 100%;
|
||||
overflow: visible;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
z-index: 99999;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.container {
|
||||
@@ -217,4 +218,8 @@
|
||||
display: none;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.mobileLi {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user