Fix z-index of the link
authorMarcel Werk <burntime@woltlab.com>
Fri, 19 May 2023 15:54:34 +0000 (17:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 19 May 2023 15:54:34 +0000 (17:54 +0200)
wcfsetup/install/files/style/ui/embeddedContent.scss

index 03b28ff28559890df508ca3920a065735eccec4d..d50a4bccc4a9c9edcf292497d33aee32c29f9b87 100644 (file)
        color: inherit;
 
        &::before {
-               bottom: 0;
                content: "";
-               left: 0;
+               inset: 0;
                position: absolute;
-               right: 0;
-               top: 0;
+               z-index: 1;
        }
 
        &:hover,