history_css.py 155 B

123456789
  1. history_css = """
  2. .file-list {
  3. /* height: 20%; */
  4. min-height: 200px;
  5. flex-grow: 1;
  6. flex-basis: 0;
  7. overflow-y: scroll !important;
  8. }
  9. """