ronds-metadata 1.2.43 → 1.2.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.43",
4
+ "version": "1.2.44",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",