@tolle_/tolle-ui 0.0.27-beta → 0.0.28-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolle_/tolle-ui",
3
- "version": "0.0.27-beta",
3
+ "version": "0.0.28-beta",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/theme.css CHANGED
@@ -198,7 +198,7 @@ tolle-select button:focus {
198
198
  /* -------------------------------------------------------------------------- */
199
199
  .cdk-overlay-container {
200
200
  position: fixed;
201
- z-index: 1000;
201
+ z-index: 100;
202
202
  top: 0;
203
203
  left: 0;
204
204
  width: 100%;