Skip to content

Commit

Permalink
feat: mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Feb 22, 2020
1 parent 3fae234 commit 493d712
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
.mgtAdvancedSettingsForm__bottomBar {
margin-left: $euiNavDrawerWidthCollapsed;
z-index: 9; // Puts it inuder the nav drawer when expanded

&--pushForNav {
margin-left: $euiNavDrawerWidthExpanded;
}
@include euiBreakpoint('xs', 's') {
margin-left: 0;
}
}

0 comments on commit 493d712

Please sign in to comment.