修复z-index 问题

This commit is contained in:
张成
2025-11-10 18:08:54 +08:00
parent 5d87247d18
commit 646d825c72

View File

@@ -85,7 +85,7 @@
.fixedHeader {
position: sticky;
top: 0;
z-index: 100;
z-index: 90;
display: flex;
flex-direction: column;
}