Skip to content

Commit

Permalink
Revert "gave localnav the translate3d treatment"
Browse files Browse the repository at this point in the history
This reverts commit fc81fe9.
  • Loading branch information
sharmrj committed Jan 10, 2025
1 parent fc81fe9 commit a9df825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,8 @@ header.new-nav .feds-breadcrumbs li:first-child:not(:nth-last-child(-n+3)):after

/* local-nav */
.feds-localnav {
position: -webkit-sticky;
position: sticky;
transform: translate3d(0,0,0);
top: 0px;
width: 100%;
left: 0px;
Expand Down

0 comments on commit a9df825

Please sign in to comment.