@nyaruka/temba-components 0.93.2 → 0.93.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/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v0.93.3](https://github.com/nyaruka/temba-components/compare/v0.93.2...v0.93.3)
|
|
8
|
+
|
|
9
|
+
- More z-index tweaks [`a416b7d`](https://github.com/nyaruka/temba-components/commit/a416b7d8ea7499a508e7ce60886c54d39335c2b5)
|
|
10
|
+
|
|
7
11
|
#### [v0.93.2](https://github.com/nyaruka/temba-components/compare/v0.93.1...v0.93.2)
|
|
8
12
|
|
|
13
|
+
> 21 June 2024
|
|
14
|
+
|
|
9
15
|
- Fix z-index interfence on message popups [`99a22e2`](https://github.com/nyaruka/temba-components/commit/99a22e264d458a2db6b334d5b9a5b2473f76ec31)
|
|
10
16
|
|
|
11
17
|
#### [v0.93.1](https://github.com/nyaruka/temba-components/compare/v0.93.0...v0.93.1)
|
package/dist/temba-components.js
CHANGED
|
@@ -1872,6 +1872,8 @@ let ir=Is,or=!1;const nr=["es","fr","pt"],{setLocale:sr}=(t=>(function(t){if(or)
|
|
|
1872
1872
|
display: flex;
|
|
1873
1873
|
flex-direction: column;
|
|
1874
1874
|
flex-grow: 1;
|
|
1875
|
+
position: relative;
|
|
1876
|
+
z-index: 1;
|
|
1875
1877
|
}
|
|
1876
1878
|
|
|
1877
1879
|
.block {
|
|
@@ -2258,6 +2260,7 @@ let ir=Is,or=!1;const nr=["es","fr","pt"],{setLocale:sr}=(t=>(function(t){if(or)
|
|
|
2258
2260
|
opacity: 0;
|
|
2259
2261
|
transform: scale(0.7);
|
|
2260
2262
|
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
|
|
2263
|
+
z-index: 2;
|
|
2261
2264
|
}
|
|
2262
2265
|
|
|
2263
2266
|
.popup .arrow {
|