Fix Top menu search on mobile respo (#15439)

This commit is contained in:
QWERin
2023-10-14 05:27:52 +02:00
committed by GitHub
parent 5b77dfc75c
commit 1d361c9447

View File

@@ -1677,7 +1677,11 @@ tr.search:nth-child(odd) {
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
@media (min-width: 768px) {
.tt-open {
left: -400px !important;
}
}
.tt-open {
position: absolute;
top: 95%;
@@ -1685,7 +1689,6 @@ tr.search:nth-child(odd) {
z-index: 100;
display: none;
min-width: 400px;
left: -400px !important;
margin-bottom: 20px;
overflow: hidden;
padding: 8px;