rme 0.2.3-alpha.1 → 0.2.3-alpha.2
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/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5340,7 +5340,7 @@ var WysiwygThemeWrapper = styled.div.attrs((p) => ({
|
|
|
5340
5340
|
font-size: small;
|
|
5341
5341
|
border-radius: ${(props) => props.theme.smallBorderRadius};
|
|
5342
5342
|
cursor: pointer;
|
|
5343
|
-
z-index:
|
|
5343
|
+
z-index: 10;
|
|
5344
5344
|
color: ${(props) => props.theme.labelFontColor};
|
|
5345
5345
|
background: ${(props) => props.theme.hoverColor};
|
|
5346
5346
|
}
|