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:
parent
a8b9be38f8
commit
887f7385e1
2 changed files with 3 additions and 3 deletions
|
@ -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}}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue