浏览代码

Fix: There should be no double scroll in the code block language dropdown list (Firefox).

Aleksander Nowodzinski 6 年之前
父节点
当前提交
c42e905624
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-code-block/codeblock.css

@@ -24,4 +24,5 @@
 	/* There could be dozens of languages available. Use scroll to prevent a 10e6px dropdown. */
 	max-height: 250px;
 	overflow-y: auto;
+	overflow-x: hidden;
 }