@fileverse-dev/fortune-react 1.2.88 → 1.2.89

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.
@@ -135,8 +135,8 @@
135
135
  }
136
136
 
137
137
  .fortune-toolbar-select {
138
- overflow: auto;
139
- max-height: 75vh;
138
+ overflow: scroll;
139
+ max-height: 60vh;
140
140
  }
141
141
 
142
142
  .fortune-toolbar-combo-button {
@@ -231,13 +231,13 @@
231
231
  }
232
232
 
233
233
  .fortune-toolbar-more-container {
234
- position: absolute;
234
+ position: fixed;
235
235
  display: flex;
236
236
  flex-direction: row;
237
237
  align-items: center;
238
238
  align-self: flex-end;
239
- top: 32px;
240
- right: 0px;
239
+ top: 40px;
240
+ right: 32px;
241
241
  max-width: 348px;
242
242
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
243
243
  background: white;
@@ -135,8 +135,8 @@
135
135
  }
136
136
 
137
137
  .fortune-toolbar-select {
138
- overflow: auto;
139
- max-height: 75vh;
138
+ overflow: scroll;
139
+ max-height: 60vh;
140
140
  }
141
141
 
142
142
  .fortune-toolbar-combo-button {
@@ -231,13 +231,13 @@
231
231
  }
232
232
 
233
233
  .fortune-toolbar-more-container {
234
- position: absolute;
234
+ position: fixed;
235
235
  display: flex;
236
236
  flex-direction: row;
237
237
  align-items: center;
238
238
  align-self: flex-end;
239
- top: 32px;
240
- right: 0px;
239
+ top: 40px;
240
+ right: 32px;
241
241
  max-width: 348px;
242
242
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
243
243
  background: white;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.2.88",
3
+ "version": "1.2.89",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.2.88",
19
+ "@fileverse-dev/fortune-core": "1.2.89",
20
20
  "@fileverse/ui": "^4.1.7-patch-40",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",