This commit is contained in:
luyuan 2020-11-18 11:02:27 +08:00
parent da8c001b44
commit 90ce114a7f
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
3 changed files with 7 additions and 1 deletions

View File

@ -79,7 +79,7 @@
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: 999; z-index: 1001;
display: none; display: none;
} }
</style> </style>

View File

@ -99,6 +99,9 @@
width: 1320px; width: 1320px;
height: 63px; height: 63px;
display: flex; display: flex;
position: sticky;
top: -23px;
z-index: 1000;
>div{ >div{
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -122,6 +122,9 @@
width: 1320px; width: 1320px;
height: 63px; height: 63px;
display: flex; display: flex;
position: sticky;
top: -23px;
z-index: 1000;
> div { > div {
width: 100%; width: 100%;
height: 100%; height: 100%;