remove obsolete z-index override (#11384)

This commit is contained in:
negue
2019-09-29 18:53:18 +02:00
committed by Sabe Jones
parent 3c7d3aafe5
commit e92320a256
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
}
}