Skip to content

Commit

Permalink
Merge pull request #3334 from mitchell-foote/feature/movie-full-scree…
Browse files Browse the repository at this point in the history
…n-options

fix(Movie): Removed overriding transform css
  • Loading branch information
alexanderson1993 authored Oct 4, 2023
2 parents c8d1324 + 582f84d commit baad5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/client/client.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ p.offline-message {
}
.card-transition-entered {
opacity: 1;
transform: perspective(200px) translateZ(0px);
}
.card-transition-exiting {
opacity: 0;
Expand Down

0 comments on commit baad5e6

Please sign in to comment.