0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed label picker overflow hidde in modal in signup form modal

no issue
This commit is contained in:
Simon Backx 2023-06-08 13:15:56 +02:00
parent a8b9be38f8
commit 887f7385e1
2 changed files with 3 additions and 3 deletions

View file

@ -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}}

View file

@ -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;