leksy-editor 2.1.2 → 2.1.4
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/constant.js +4 -0
- package/package.json +1 -1
package/constant.js
CHANGED
|
@@ -391,6 +391,9 @@ const CSS = {
|
|
|
391
391
|
z-index: 9999;
|
|
392
392
|
color: var(--text-color);
|
|
393
393
|
height: 100vh;
|
|
394
|
+
padding-left: 4px;
|
|
395
|
+
position: sticky;
|
|
396
|
+
top: 0;
|
|
394
397
|
}
|
|
395
398
|
|
|
396
399
|
.tabs-container .tab-header {
|
|
@@ -562,6 +565,7 @@ const CSS = {
|
|
|
562
565
|
width: 100%;
|
|
563
566
|
bottom: 0px;
|
|
564
567
|
border-radius: 16px 16px 0 0;
|
|
568
|
+
top: initial;
|
|
565
569
|
}
|
|
566
570
|
.tabs-container {
|
|
567
571
|
height: unset;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leksy-editor",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Leksy Editor is an alternative to traditional WYSIWYG editors, designed primarily for creating mail templates, blogs, and documents without any content manipulation.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|