Skip to content

Commit

Permalink
fix(layout): set top position on fixed header (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jun 12, 2019
1 parent 5bc7611 commit 6b89f73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

&.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1040;
Expand Down

0 comments on commit 6b89f73

Please sign in to comment.