leksy-editor 2.1.3 → 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 +3 -0
- package/package.json +1 -1
package/constant.js
CHANGED
|
@@ -392,6 +392,8 @@ const CSS = {
|
|
|
392
392
|
color: var(--text-color);
|
|
393
393
|
height: 100vh;
|
|
394
394
|
padding-left: 4px;
|
|
395
|
+
position: sticky;
|
|
396
|
+
top: 0;
|
|
395
397
|
}
|
|
396
398
|
|
|
397
399
|
.tabs-container .tab-header {
|
|
@@ -563,6 +565,7 @@ const CSS = {
|
|
|
563
565
|
width: 100%;
|
|
564
566
|
bottom: 0px;
|
|
565
567
|
border-radius: 16px 16px 0 0;
|
|
568
|
+
top: initial;
|
|
566
569
|
}
|
|
567
570
|
.tabs-container {
|
|
568
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": {
|