diff --git a/ghost/admin/app/components/gh-member-label-input.hbs b/ghost/admin/app/components/gh-member-label-input.hbs index a9d143f63c..53e9371d1d 100644 --- a/ghost/admin/app/components/gh-member-label-input.hbs +++ b/ghost/admin/app/components/gh-member-label-input.hbs @@ -6,7 +6,7 @@ @onChange={{this.updateLabels}} @onCreate={{this.createLabel}} @options={{this.availableLabels}} - @renderInPlace={{true}} + @renderInPlace={{false}} @selected={{this.selectedLabels}} @showCreateWhen={{this.hideCreateOptionOnMatchingLabel}} @triggerId={{this.triggerId}} diff --git a/ghost/admin/app/styles/components/power-select.css b/ghost/admin/app/styles/components/power-select.css index 4240ed37fb..0237c1f024 100644 --- a/ghost/admin/app/styles/components/power-select.css +++ b/ghost/admin/app/styles/components/power-select.css @@ -38,7 +38,7 @@ .ember-power-select-dropdown { position: absolute; - z-index: 9999; + z-index: 10001; box-sizing: border-box; margin: 0; border: var(--input-border); @@ -332,7 +332,7 @@ color: var(--accent-color); background: none; } - + .tag-token:not(.tag-token--internal)::after { position: absolute; top: -1px;