Skip to content

Commit

Permalink
Fix typo for position sticky.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamroyle committed May 30, 2020
1 parent e471573 commit 9cd1fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turret/utility/position.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
position: absolute;
}

.sitcky,
.position-sitcky {
position: sitcky;
.sticky,
.position-sticky {
position: sticky;
}

.static,
Expand Down

0 comments on commit 9cd1fde

Please sign in to comment.