Outset shadows don't work very well with 3d transformed elements w/perspective, apparently

This commit is contained in:
Starbeamrainbowlabs 2020-05-09 21:41:36 +01:00
parent 7b35d790d6
commit b2861b0268
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ button, summary { cursor: pointer; }
.feature-tilted {
margin: 2em;
transform: rotateY(-10deg);
/* box-shadow: 0 0 0.5em var(--shadow); */
transition: transform 0.25s;
}