Commit c71aa106da5b7c9bcf235280eb8c498a515fac2b

Authored by Amrita Vishnoi
1 parent 365dba0b

z index increased for removing overlapping issue occurring on opening the highli…

…ght by body system drop down
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -408,15 +408,21 @@ pointer-events: auto; @@ -408,15 +408,21 @@ pointer-events: auto;
408 /*overflow: hidden;*/ 408 /*overflow: hidden;*/
409 position: absolute !important; 409 position: absolute !important;
410 left: 0; 410 left: 0;
411 - z-index:1029; 411 +
412 /*nk*/ 412 /*nk*/
413 /*top: 70px; 413 /*top: 70px;
  414 + z-index:1029;
414 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 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 .tools { 417 .tools {
417 left: 0px; 418 left: 0px;
418 transition: left .3s ease; 419 transition: left .3s ease;
419 } 420 }
  421 +
  422 +.dropdown-menu {
  423 + z-index:999999;
  424 +}
  425 +
420 .tools.active { 426 .tools.active {
421 left: -100px; 427 left: -100px;
422 } 428 }