Commit 4122560f1f5f89d0e512a20502f8324a9a3d7b2b

Authored by Igor Kulikov
Committed by GitHub
2 parents 23a596bb bd536e58

Merge pull request #1113 from Terny22/bug/action-buttons-layout

UI:Fix. Action buttons overlay action buttons from right layout in mobile view
... ... @@ -133,7 +133,7 @@ section.tb-powered-by-footer {
133 133 position: absolute;
134 134 right: 25px;
135 135 bottom: 5px;
136   - z-index: 3;
  136 + z-index: 30;
137 137 pointer-events: none;
138 138
139 139 span {
... ...
... ... @@ -146,7 +146,7 @@
146 146 ng-style="{minWidth: vm.rightLayoutWidth(),
147 147 maxWidth: vm.rightLayoutWidth(),
148 148 height: vm.rightLayoutHeight(),
149   - zIndex: 12}"
  149 + zIndex: 25}"
150 150 md-component-id="right-dashboard-layout"
151 151 aria-label="Right dashboard layout"
152 152 md-is-open="vm.rightLayoutOpened"
... ...
... ... @@ -663,7 +663,7 @@ section.tb-footer-buttons {
663 663 position: fixed;
664 664 right: 20px;
665 665 bottom: 20px;
666   - z-index: 13;
  666 + z-index: 30;
667 667 pointer-events: none;
668 668 }
669 669
... ...