Commit c71aa106da5b7c9bcf235280eb8c498a515fac2b
1 parent
365dba0b
z index increased for removing overlapping issue occurring on opening the highli…
…ght by body system drop down
Showing
1 changed file
with
7 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -408,15 +408,21 @@ pointer-events: auto; |
408 | 408 | /*overflow: hidden;*/ |
409 | 409 | position: absolute !important; |
410 | 410 | left: 0; |
411 | - z-index:1029; | |
411 | + | |
412 | 412 | /*nk*/ |
413 | 413 | /*top: 70px; |
414 | + z-index:1029; | |
414 | 415 | z-index: 1029; we made this chnage because After zommin in DA the body system drop down hides under transparency code refer bug 20490 on redmine*/ |
415 | 416 | } |
416 | 417 | .tools { |
417 | 418 | left: 0px; |
418 | 419 | transition: left .3s ease; |
419 | 420 | } |
421 | + | |
422 | +.dropdown-menu { | |
423 | + z-index:999999; | |
424 | +} | |
425 | + | |
420 | 426 | .tools.active { |
421 | 427 | left: -100px; |
422 | 428 | } | ... | ... |