ronds-metadata 1.2.43 → 1.2.44
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,21 @@
|
|
1
1
|
/* ---- Cross-editor content styles. --------------------------------------------------------------- */
|
2
|
+
// .ck .ck-editor__top {
|
3
|
+
// position: fixed;
|
4
|
+
// z-index: 1000;
|
5
|
+
// }
|
6
|
+
.ck-editor {
|
7
|
+
height: 100% !important;
|
8
|
+
}
|
9
|
+
.ck .ck-editor__main {
|
10
|
+
height: calc(100% - 40px);
|
11
|
+
}
|
12
|
+
|
2
13
|
.ck.ck-content:not(.ck-style-grid__button__preview) {
|
3
14
|
/* Make sure all content containers have some min height to make them easier to locate. */
|
4
15
|
min-height: 300px;
|
16
|
+
height: 100%;
|
5
17
|
padding: 10px 20px;
|
18
|
+
overflow-y: auto;
|
6
19
|
color: var(--ronds-metadata-color-text-2) !important;
|
7
20
|
background-color: var(--ronds-metadata-color-bg-5) !important;
|
8
21
|
border: 1px solid var(--ronds-metadata-color-border-1) !important;
|