|
|
@@ -12,5 +12,16 @@
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
+ /* Prevent unnecessary horizontal scrollbar in Safari
|
|
|
+ https://github.com/ckeditor/ckeditor5-mention/issues/41 */
|
|
|
+ overflow-x: hidden;
|
|
|
+
|
|
|
overscroll-behavior: contain;
|
|
|
+
|
|
|
+ /* Prevent unnecessary vertical scrollbar in Safari
|
|
|
+ https://github.com/ckeditor/ckeditor5-mention/issues/41 */
|
|
|
+ & > .ck-list__item {
|
|
|
+ overflow: hidden;
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
}
|