@indico-data/design-system 2.36.3 → 2.36.4

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/lib/index.css CHANGED
@@ -1888,7 +1888,7 @@ form {
1888
1888
  }
1889
1889
 
1890
1890
  .floatui-container {
1891
- z-index: 99;
1891
+ z-index: 999;
1892
1892
  }
1893
1893
 
1894
1894
  .floatui-content {
package/lib/index.esm.css CHANGED
@@ -1888,7 +1888,7 @@ form {
1888
1888
  }
1889
1889
 
1890
1890
  .floatui-container {
1891
- z-index: 99;
1891
+ z-index: 999;
1892
1892
  }
1893
1893
 
1894
1894
  .floatui-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "2.36.3",
3
+ "version": "2.36.4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -1,6 +1,6 @@
1
1
  @import 'variables.scss';
2
2
  .floatui-container {
3
- z-index: 99;
3
+ z-index: 999;
4
4
  }
5
5
 
6
6
  .floatui-content {