1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

change search mask z-index and tags (#6821)

This commit is contained in:
Michael An
2024-09-23 14:36:15 +08:00
committed by GitHub
parent 24b2709653
commit e01ea7eee1
5 changed files with 18 additions and 23 deletions

View File

@@ -5,12 +5,10 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
z-index: 4;
}
.search-container {
position: relative;
z-index: 5;
}
.search-container.show {
@@ -61,17 +59,6 @@
right: 25px;
}
.search-container .search-settings {
left: 1rem;
right: 14px;
top: 54px;
z-index: 100;
}
.search-container .search-settings .custom-switch {
padding-left: 0;
}
.search-icon-arrow {
right: 40px;
left: auto;
@@ -298,7 +285,6 @@
.search-container {
position: fixed;
z-index: 5;
top: 5rem;
left: 0;
right: 0;