Commit a2101729f75ebb47f5d6e21377a53cdd5e126a36
1 parent
be1cde90
Exists in
master
and in
6 other branches
Fix #49
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
src/app/index.scss
... | ... | @@ -297,10 +297,8 @@ $common-color: #5E739E; |
297 | 297 | height: 33px !important; |
298 | 298 | } |
299 | 299 | |
300 | -@media only screen and (max-width: 959px){ | |
301 | - #barra-brasil ul.list { | |
302 | - z-index: 9999; | |
303 | - } | |
300 | +#barra-brasil ul.list { | |
301 | + z-index: 9999 !important; | |
304 | 302 | } |
305 | 303 | |
306 | 304 | /** | ... | ... |