Skip to content

Commit 9a29724

Browse files
Merge pull request #495 from Codeinwp/bugfix/pro/589
fix: color option overlapping
2 parents 46efca3 + 4d12ea5 commit 9a29724

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/ppom-admin.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,19 @@ select {
904904
margin: 0 !important
905905
}
906906

907+
.ppom-color-picker-cloner .wp-picker-container .wp-picker-holder {
908+
z-index: 2;
909+
position: absolute;
910+
}
911+
912+
.ppom-color-picker-cloner .wp-picker-container .wp-picker-input-wrap {
913+
margin-top: 8px;
914+
}
915+
916+
.wp-picker-container input[type=text].wp-color-picker {
917+
width: 4.5rem;
918+
}
919+
907920
ul.ppom-options-container li input[type="text"] {
908921
height: 34px;
909922
}

0 commit comments

Comments
 (0)