8
0

mentionui.css 290 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. :root {
  6. --ck-mention-list-max-height: 300px;
  7. }
  8. .ck.ck-mentions {
  9. max-height: var(--ck-mention-list-max-height);
  10. overflow-y: auto;
  11. overscroll-behavior: contain;
  12. }