Skip to content

Commit

Permalink
Make header more natural. (facebook#10580)
Browse files Browse the repository at this point in the history
Summary:
Fixed facebook#10381 for blog's navigation bar UI.

Pull Request resolved: facebook#10580

Reviewed By: hx235

Differential Revision: D39079045

Pulled By: cbi42

fbshipit-source-id: 922cf2624f201c0af42815b23d97361fc0151d93
  • Loading branch information
zhangenming authored and facebook-github-bot committed Aug 27, 2022
1 parent 23376aa commit d17be55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
color: $primary-overlay;
height: $header-height;
padding: $header-ptop 0 $header-pbot;
position: fixed;
position: sticky;
top: 0;
width: 100%;
z-index: 9999;

Expand Down Expand Up @@ -135,4 +136,4 @@
max-width: 1400px;
}
}
*/
*/

0 comments on commit d17be55

Please sign in to comment.