1
0
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:
Ryan Cramer
2018-05-24 05:47:56 -04:00
parent da73572b95
commit ad9973ca33
2 changed files with 25 additions and 22 deletions

View File

@@ -68,6 +68,8 @@
.Inputfields .InputfieldRepeater.InputfieldRepeaterSingle > .InputfieldContent > .Inputfields > .InputfieldRepeaterItem > .InputfieldHeader {
display: none; }
.InputfieldRepeater {
z-index: 1; }
.InputfieldRepeater .InputfieldWrapper,
.InputfieldRepeater .InputfieldWrapper > .Inputfields {
margin-top: 0 !important; }

View File

@@ -127,6 +127,7 @@
}
.InputfieldRepeater {
z-index: 1;
.InputfieldWrapper,
.InputfieldWrapper > .Inputfields {