diff --git a/website/client/components/creatorIntro.vue b/website/client/components/creatorIntro.vue index e049d0348b..5ce0cd529b 100644 --- a/website/client/components/creatorIntro.vue +++ b/website/client/components/creatorIntro.vue @@ -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; } diff --git a/website/client/components/header/menu.vue b/website/client/components/header/menu.vue index 7b77ed7c42..a6c2e33a72 100644 --- a/website/client/components/header/menu.vue +++ b/website/client/components/header/menu.vue @@ -250,7 +250,6 @@ div &-modal { z-index: 1035; - z-index: 1042; // To stay above snakbar notifications and modals } }