diff --git a/public/index.html b/public/index.html
index 9253348..7b136fa 100644
--- a/public/index.html
+++ b/public/index.html
@@ -79,7 +79,7 @@
position: fixed;
top: 0;
left: 0;
- z-index: 999;
+ z-index: 1001;
display: none;
}
diff --git a/src/views/regime/date.vue b/src/views/regime/date.vue
index d544b22..a281392 100644
--- a/src/views/regime/date.vue
+++ b/src/views/regime/date.vue
@@ -99,6 +99,9 @@
width: 1320px;
height: 63px;
display: flex;
+ position: sticky;
+ top: -23px;
+ z-index: 1000;
>div{
width: 100%;
height: 100%;
diff --git a/src/views/regime/week.vue b/src/views/regime/week.vue
index ed65f15..96a9ea3 100644
--- a/src/views/regime/week.vue
+++ b/src/views/regime/week.vue
@@ -122,6 +122,9 @@
width: 1320px;
height: 63px;
display: flex;
+ position: sticky;
+ top: -23px;
+ z-index: 1000;
> div {
width: 100%;
height: 100%;