Added missing z-index to change img order
authorAlexander Ebert <ebert@woltlab.com>
Sun, 6 Dec 2015 16:11:44 +0000 (17:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 6 Dec 2015 16:11:44 +0000 (17:11 +0100)
wcfsetup/install/files/style/imageViewer.less

index 7001cd045caf9e72fbf42eadde54e783613e20eb..bfd2cd75ca7d1caa8afc055990eb16b75d0718fd 100644 (file)
                        opacity: 0;
                        position: absolute;
                        top: 50%;
+                       z-index: 10;
                        
                        .transition(opacity, .75s);
                        
                        
                        &.active {
                                opacity: 1;
+                               z-index: 20;
                        }
                }
        }