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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user