index.css 503 B

1234567891011121314151617181920212223
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-FAQ {
  6. font-family: var(--jp-ui-font-family);
  7. outline: none;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .jp-FAQ-toolbar {
  12. min-height: var(--jp-toolbar-micro-height);
  13. }
  14. .jp-FAQ-content {
  15. overflow-y: auto;
  16. padding: 12px;
  17. }