@wizishop/wizi-block 15.0.81-beta → 15.0.83-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.
- package/package.json +1 -1
- package/wizi-block.scss +10 -0
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -17943,6 +17943,10 @@ $color-bd: #dddddd;
|
|
|
17943
17943
|
justify-content: center;
|
|
17944
17944
|
align-items: flex-start;
|
|
17945
17945
|
align-content: flex-start;
|
|
17946
|
+
|
|
17947
|
+
&:focus-within {
|
|
17948
|
+
z-index: 99999;
|
|
17949
|
+
}
|
|
17946
17950
|
}
|
|
17947
17951
|
|
|
17948
17952
|
&__config {
|
|
@@ -17967,6 +17971,9 @@ $color-bd: #dddddd;
|
|
|
17967
17971
|
justify-content: center;
|
|
17968
17972
|
padding: 0 5px;
|
|
17969
17973
|
margin: 18px 0 0;
|
|
17974
|
+
&:focus-within {
|
|
17975
|
+
z-index: 99999;
|
|
17976
|
+
}
|
|
17970
17977
|
&__absolute {
|
|
17971
17978
|
position: absolute;
|
|
17972
17979
|
top: 0;
|
|
@@ -18028,6 +18035,9 @@ $color-bd: #dddddd;
|
|
|
18028
18035
|
width: 100%;
|
|
18029
18036
|
text-align: center;
|
|
18030
18037
|
z-index: 2;
|
|
18038
|
+
&:focus-within {
|
|
18039
|
+
z-index: 99999;
|
|
18040
|
+
}
|
|
18031
18041
|
}
|
|
18032
18042
|
}
|
|
18033
18043
|
|