Browse Source

Make RecipeCard component sticky to top

Tatiana Inama 6 years atrás
parent
commit
204f0bf29d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      recipes/src/components/RecipeCard/styles.scss

+ 2 - 0
recipes/src/components/RecipeCard/styles.scss

@@ -2,6 +2,8 @@
 
 .cbk-recipe-card {
   @include box();
+  position: sticky;
+  top: 0;
   &__header {
     border-bottom: 3px solid $black;
     display: grid;