@windoc/react 0.3.6 → 0.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windoc/react",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "React bindings for windoc editor",
5
5
  "homepage": "https://aliansyahfirdaus.github.io/windoc/",
6
6
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "react-dom": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "@windoc/core": "^0.3.6"
53
+ "@windoc/core": "^0.3.8"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/react": "^19",
@@ -1162,9 +1162,8 @@ ul {
1162
1162
  justify-content: space-between;
1163
1163
  background: #f2f4f7;
1164
1164
  z-index: 9;
1165
- position: fixed;
1165
+ position: sticky;
1166
1166
  bottom: 0;
1167
- left: 0;
1168
1167
  font-size: 12px;
1169
1168
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
1170
1169
  padding: 0 4px 0 20px;