1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-11 17:34:56 +00:00

fix wiki sdoc outline style ()

This commit is contained in:
Michael An 2025-03-17 15:04:41 +08:00 committed by GitHub
parent ae9e109c46
commit 61ae1a34fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@ body {
display: flex;
align-items: center;
justify-content: space-between;
z-index: 100;
/* sdoc-outline z-index is 102, wiki header should higher than sdoc-outline */
z-index: 103;
}
.wiki2-main-panel .wiki2-main-panel-north .wiki2-main-panel-north-content {