@opentrace/components 0.1.1-rc.44 → 0.1.1-rc.47

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.
@@ -1529,11 +1529,11 @@
1529
1529
  /* ── Toolbar layout ─────────────────────────── */
1530
1530
 
1531
1531
  .ot-toolbar {
1532
- position: absolute;
1532
+ position: fixed;
1533
1533
  top: 0;
1534
1534
  left: 0;
1535
1535
  right: 0;
1536
- z-index: 10;
1536
+ z-index: 20;
1537
1537
  display: flex;
1538
1538
  align-items: center;
1539
1539
  gap: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentrace/components",
3
- "version": "0.1.1-rc.44",
3
+ "version": "0.1.1-rc.47",
4
4
  "type": "module",
5
5
  "description": "React components for graph visualization — powered by Sigma.js and Graphology",
6
6
  "license": "Apache-2.0",