@willphan1712000/frontend 1.4.2 → 1.4.3

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.js CHANGED
@@ -478,7 +478,8 @@ var styles = {
478
478
  padding: "5px",
479
479
  maxHeight: "300px",
480
480
  overflowY: "auto",
481
- backgroundColor: "white"
481
+ backgroundColor: "white",
482
+ zIndex: 99
482
483
  },
483
484
  search_border: {
484
485
  position: "sticky",
package/dist/index.mjs CHANGED
@@ -350,7 +350,8 @@ var styles = {
350
350
  padding: "5px",
351
351
  maxHeight: "300px",
352
352
  overflowY: "auto",
353
- backgroundColor: "white"
353
+ backgroundColor: "white",
354
+ zIndex: 99
354
355
  },
355
356
  search_border: {
356
357
  position: "sticky",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willphan1712000/frontend",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Frontend Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",