Преглед на файлове

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;
 }