@marimo-team/islands 0.19.1-dev2 → 0.19.1-dev5

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": "@marimo-team/islands",
3
- "version": "0.19.1-dev2",
3
+ "version": "0.19.1-dev5",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -98,7 +98,7 @@ const MinimapCell: React.FC<MinimapCellProps> = (props) => {
98
98
  <svg
99
99
  className={cn(
100
100
  "absolute overflow-visible top-[10.5px] left-[calc(var(--spacing-extra-small,8px)+17px)] pointer-events-none",
101
- isSelected ? "z-30" : "z-20",
101
+ isSelected ? "z-[1]" : "z-0",
102
102
  getTextColor({ cell, selectedCell }),
103
103
  )}
104
104
  width="1"