xbx #134

Merged
theluyuan merged 34 commits from xbx into master 2020-11-18 06:56:15 +00:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit 90ce114a7f - Show all commits

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%;