@churchapps/apphelper 0.2.37 → 0.2.38

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.
@@ -517,7 +517,7 @@ i.chevron-down {
517
517
  }
518
518
 
519
519
  .dropdown {
520
- z-index: 5;
520
+ z-index: 1301;
521
521
  display: block;
522
522
  position: absolute;
523
523
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
@@ -584,7 +584,7 @@ i.chevron-down {
584
584
 
585
585
  .link-editor {
586
586
  position: absolute;
587
- z-index: 100;
587
+ z-index: 1301;
588
588
  top: -10000px;
589
589
  left: -10000px;
590
590
  margin-top: -6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchapps/apphelper",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "description": "Library of helper functions for React and NextJS ChurchApps",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -517,7 +517,7 @@ i.chevron-down {
517
517
  }
518
518
 
519
519
  .dropdown {
520
- z-index: 5;
520
+ z-index: 1301;
521
521
  display: block;
522
522
  position: absolute;
523
523
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
@@ -584,7 +584,7 @@ i.chevron-down {
584
584
 
585
585
  .link-editor {
586
586
  position: absolute;
587
- z-index: 100;
587
+ z-index: 1301;
588
588
  top: -10000px;
589
589
  left: -10000px;
590
590
  margin-top: -6px;