Skip to content

Commit

Permalink
Fixed repeater add group popover in a popup context (#4058)
Browse files Browse the repository at this point in the history
Credit to @VoroninWD.
  • Loading branch information
Alexander Voronin authored and LukeTowers committed Jan 27, 2019
1 parent c0e01c0 commit 174f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/assets/ui/less/popover.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ div.control-popover {
background-clip: content-box;
left: 0;
top: 0;
z-index: @zindex-popover - 1;
z-index: @zindex-popover;
visibility: hidden;

&.in, &.fade {
Expand Down

0 comments on commit 174f37b

Please sign in to comment.