mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
remove obsolete z-index override (#11384)
This commit is contained in:
parent
c4f44fce4c
commit
f3fb09f4f9
2 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -250,7 +250,6 @@ div
|
|||
|
||||
&-modal {
|
||||
z-index: 1035;
|
||||
z-index: 1042; // To stay above snakbar notifications and modals
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue