list.less 128 B

12345678910
  1. #sh-list {
  2. .custom-items {
  3. position: fixed;
  4. width: 240px;
  5. top: 36px;
  6. bottom: 30px;
  7. overflow: auto;
  8. }
  9. }