mirror of
https://github.com/processwire/processwire.git
synced 2025-08-26 08:04:38 +02:00
Additional fix for processwire/processwire-issues#602 add z-index to InputfieldRepeater to prevent lost outline at bottom of field when repeater depth enabled
This commit is contained in:
@@ -68,6 +68,8 @@
|
|||||||
.Inputfields .InputfieldRepeater.InputfieldRepeaterSingle > .InputfieldContent > .Inputfields > .InputfieldRepeaterItem > .InputfieldHeader {
|
.Inputfields .InputfieldRepeater.InputfieldRepeaterSingle > .InputfieldContent > .Inputfields > .InputfieldRepeaterItem > .InputfieldHeader {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
.InputfieldRepeater {
|
||||||
|
z-index: 1; }
|
||||||
.InputfieldRepeater .InputfieldWrapper,
|
.InputfieldRepeater .InputfieldWrapper,
|
||||||
.InputfieldRepeater .InputfieldWrapper > .Inputfields {
|
.InputfieldRepeater .InputfieldWrapper > .Inputfields {
|
||||||
margin-top: 0 !important; }
|
margin-top: 0 !important; }
|
||||||
|
@@ -127,6 +127,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.InputfieldRepeater {
|
.InputfieldRepeater {
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
.InputfieldWrapper,
|
.InputfieldWrapper,
|
||||||
.InputfieldWrapper > .Inputfields {
|
.InputfieldWrapper > .Inputfields {
|
||||||
|
Reference in New Issue
Block a user