feat(WEB-104): add on-demand revalidation for cache

This commit is contained in:
Simon Emanuelsson
2024-02-21 08:04:03 +01:00
parent d1d20ce555
commit f6f4e6edb4
11 changed files with 104 additions and 23 deletions

View File

@@ -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;
}
}