mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
remove obsolete z-index override (#11384)
This commit is contained in:
@@ -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_,
|
/* @TODO do not rely on avatar-modal___BV_modal_body_,
|
||||||
it already changed once when bootstrap-vue reached version 1 */
|
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_ {
|
#avatar-modal___BV_modal_body_, #avatar-modal___BV_modal_body_ {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -250,7 +250,6 @@ div
|
|||||||
|
|
||||||
&-modal {
|
&-modal {
|
||||||
z-index: 1035;
|
z-index: 1035;
|
||||||
z-index: 1042; // To stay above snakbar notifications and modals
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user