@overlap/rte 1.0.9 → 1.0.10
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.
- package/dist/styles.css +3 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
|
|
876
876
|
/* Table Context Menu */
|
|
877
877
|
.rte-table-context-menu {
|
|
878
|
-
z-index:
|
|
878
|
+
z-index: 10000;
|
|
879
879
|
background: var(--rte-content-bg);
|
|
880
880
|
border: 1px solid var(--rte-border-color);
|
|
881
881
|
border-radius: 8px;
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
═══════════════════════════════════════════════════════════════════ */
|
|
923
923
|
|
|
924
924
|
.rte-link-dialog {
|
|
925
|
-
z-index:
|
|
925
|
+
z-index: 10000;
|
|
926
926
|
background: var(--rte-content-bg, white);
|
|
927
927
|
border: 1px solid var(--rte-border-color);
|
|
928
928
|
border-radius: 10px;
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
|
|
1198
1198
|
.rte-link-tooltip {
|
|
1199
1199
|
position: fixed;
|
|
1200
|
-
z-index:
|
|
1200
|
+
z-index: 10000;
|
|
1201
1201
|
background: var(--rte-content-bg);
|
|
1202
1202
|
border: 1px solid var(--rte-border-color);
|
|
1203
1203
|
border-radius: 6px;
|