@wizishop/wizi-block 15.0.80-beta → 15.0.81-beta

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wizi-block.scss +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.80-beta",
3
+ "version": "15.0.81-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -17876,6 +17876,10 @@ $color-bd: #dddddd;
17876
17876
  position: relative;
17877
17877
  width: 100%;
17878
17878
 
17879
+ &:focus-within {
17880
+ z-index: 99999 !important;
17881
+ }
17882
+
17879
17883
  &:before {
17880
17884
  content: '';
17881
17885
  display: block;
@@ -17977,7 +17981,7 @@ $color-bd: #dddddd;
17977
17981
  margin: 0 15px;
17978
17982
  border: 2px solid $white;
17979
17983
  overflow: visible;
17980
- z-index: 2 !important;
17984
+ z-index: 2;
17981
17985
  position: relative;
17982
17986
  &:before {
17983
17987
  content: '';
@@ -19875,7 +19879,7 @@ $color-bd: #dddddd;
19875
19879
  position: relative;
19876
19880
 
19877
19881
  &:focus-within {
19878
- z-index: 99999;
19882
+ z-index: 99999 !important;
19879
19883
  }
19880
19884
 
19881
19885
  &:first-child {