Incorrect fade out effect in iOS Safari
authorAlexander Ebert <ebert@woltlab.com>
Mon, 17 May 2021 17:00:44 +0000 (19:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 17 May 2021 17:00:44 +0000 (19:00 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index 6ee3b28159c24e1e395a39266e93420dfa9388f1..e09490111a6b12a387c178a59e4ea8cb0ef86b4c 100644 (file)
                }
                
                &::after {
-                       background-image: linear-gradient(to bottom, transparent, $wcfContentBackground);
+                       background-image: linear-gradient(to bottom, transparentize($wcfContentBackground, 100%), $wcfContentBackground);
                        bottom: 0;
                }
                &.overflowBottom::after {
                }
                
                &::before {
-                       background-image: linear-gradient(to top, transparent, $wcfContentBackground);
+                       background-image: linear-gradient(to top, transparentize($wcfContentBackground, 100%), $wcfContentBackground);
                        top: 0;
                }
                &.overflowTop::before {