Commit 5d6ed34c7b87d9f9baa447d3ba250623457ff23c
Merge branch 'topnavzindex' into Develop
Showing
1 changed file
with
5 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -412,9 +412,13 @@ footer.dark { |
412 | 412 | .tools.active { |
413 | 413 | left: -100px; |
414 | 414 | } |
415 | -.navbar-fixed-top, .navbar-fixed-bottom { | |
415 | + | |
416 | + .navbar-fixed-bottom { | |
416 | 417 | z-index: 1035; |
417 | 418 | } |
419 | +.navbar-fixed-top { | |
420 | + z-index: 100000; | |
421 | +} | |
418 | 422 | .main .breadcrumb { |
419 | 423 | background: #3d3d3d; |
420 | 424 | border: 1px solid #494949; | ... | ... |