Commit 588bd6d306d9f1fe2043aeb28fb84657edef1b1d
1 parent
a7020ad3
Exists in
master
and in
2 other branches
Responsive search button
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -195,6 +195,8 @@ | @@ -195,6 +195,8 @@ | ||
195 | } | 195 | } |
196 | 196 | ||
197 | .search-responsive-collapse{ | 197 | .search-responsive-collapse{ |
198 | + position: fixed; | ||
199 | + z-index: 999; | ||
198 | margin-top:50px; | 200 | margin-top:50px; |
199 | margin-bottom:0px; | 201 | margin-bottom:0px; |
200 | background:#F5F5F5; | 202 | background:#F5F5F5; |