fix: header not sticky anymore

This commit is contained in:
Tienson Qin
2022-05-26 00:14:47 +08:00
parent 1f4de901f5
commit 4152c3e380
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,6 @@
justify-content: space-between;
flex: 0 0 auto;
position: sticky;
position: -webkit-sticky;
top: 0;
left: 0;
right: 0;