remove obsolete z-index override (#11384)

This commit is contained in:
negue 2019-09-29 18:53:18 +02:00 committed by Matteo Pagliazzi
parent c4f44fce4c
commit f3fb09f4f9
2 changed files with 0 additions and 5 deletions

View file

@ -196,10 +196,6 @@ b-modal#avatar-modal(title="", :size='editing ? "lg" : "md"', :hide-header='true
/* @TODO do not rely on avatar-modal___BV_modal_body_,
it already changed once when bootstrap-vue reached version 1 */
#avatar-modal___BV_modal_outer_ {
z-index: 1045 !important; // on production the toolbar has a higher z-index
}
#avatar-modal___BV_modal_body_, #avatar-modal___BV_modal_body_ {
padding: 0;
}

View file

@ -250,7 +250,6 @@ div
&-modal {
z-index: 1035;
z-index: 1042; // To stay above snakbar notifications and modals
}
}