Skip to content

Commit

Permalink
Navigation: Update to use translate instead of top. (#44082)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Sep 13, 2022
1 parent 5ce0149 commit 2488a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ button.wp-block-navigation-item__content {
@keyframes overlay-menu__fade-in-animation {
from {
opacity: 0;
top: 0.5em;
transform: translateY(0.5em);
}
to {
opacity: 1;
top: 0;
transform: translateY(0);
}
}
.wp-block-navigation__responsive-container {
Expand Down

0 comments on commit 2488a79

Please sign in to comment.