Skip to content

Commit

Permalink
Autocorrections
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Oct 25, 2023
1 parent 22a97d7 commit 3db6474
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/katalyst/kpop/_frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
display: none;
}

.scrim[data-hide-animating] + .kpop--container .kpop--frame[data-kpop--frame-open-value="true"] {
.scrim[data-hide-animating]
+ .kpop--container
.kpop--frame[data-kpop--frame-open-value="true"] {
animation: var(--closing-animation);
animation-duration: $duration;
animation-fill-mode: forwards;
Expand Down

0 comments on commit 3db6474

Please sign in to comment.