mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Top menu search on mobile respo (#15439)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user