Skip to content

Commit

Permalink
closes #21 - adds -webkit-sticky for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
1wheel committed Mar 23, 2018
1 parent 83fde52 commit 9033f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#graph{
margin-left: 40px;
width: 500px;
position: -webkit-sticky;
position: sticky;
top: 0px;
float: right;
Expand Down

0 comments on commit 9033f43

Please sign in to comment.