styles.scss 275 B

123456789101112131415
  1. .cbk-recipe-search {
  2. width: 100%;
  3. position: relative;
  4. &__results {
  5. display: block;
  6. width: 100%;
  7. position: absolute;
  8. z-index: 10000;
  9. background-color: white;
  10. .cbk-list {
  11. max-height: 20rem;
  12. overflow-y: scroll;
  13. }
  14. }
  15. }