use self hosted packages

This commit is contained in:
2026-06-19 19:02:51 +03:30
parent e95883eb6a
commit dfb77cd8d2
2874 changed files with 40139 additions and 32 deletions
@@ -0,0 +1,4 @@
/*
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
@@ -0,0 +1,18 @@
.cke_dialog_open {
overflow: hidden;
}
.cke_dialog_container {
position: fixed;
overflow-y: auto;
overflow-x: auto;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10010;
}
.cke_dialog_body {
position: relative;
}