_menu.scss 157 B

12345678910
  1. .book-menu {
  2. .section > ul {
  3. max-height: 0px;
  4. overflow: hidden;
  5. &.expanded {
  6. max-height: initial;
  7. }
  8. }
  9. }