Commit 4122560f1f5f89d0e512a20502f8324a9a3d7b2b
Committed by
GitHub
Merge pull request #1113 from Terny22/bug/action-buttons-layout
UI:Fix. Action buttons overlay action buttons from right layout in mobile view
Showing
3 changed files
with
3 additions
and
3 deletions
... | ... | @@ -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" | ... | ... |