1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[published library] fixup for 'search'

This commit is contained in:
llj
2021-07-20 15:27:49 +08:00
parent 5713560f2a
commit 47b504f2d6

View File

@@ -56,7 +56,12 @@ img[src=""] {
display:flex;
flex-direction:column;
overflow:hidden;
z-index: 1051; /* for mobile */
}
@media (max-width: 767px) {
.wiki-side-panel {
z-index: 1051;
}
}
.wiki-main-panel {