@mingxy/opencode-mascot 0.3.6 → 0.3.7

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": "@mingxy/opencode-mascot",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "OpenCode TUI mascot plugin framework - customizable ASCII mascots for your terminal",
5
5
  "author": "mingxy",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@ export function HomeMascot(props: HomeMascotProps): JSX.Element {
52
52
  height={6}
53
53
  width={16}
54
54
  alignItems="center"
55
- zIndex={100}
55
+ zIndex={9999}
56
56
  flexDirection="column"
57
57
  ref={(node: any) => { boxRef = node; }}
58
58
  onMouseDown={(e: any) => {
@@ -186,7 +186,7 @@ export function SidebarMascot(props: SidebarMascotProps): JSX.Element {
186
186
  left={posX()}
187
187
  top={posY()}
188
188
  alignItems="center"
189
- zIndex={100}
189
+ zIndex={9999}
190
190
  flexDirection="column"
191
191
  ref={(node: any) => {
192
192
  if (node) {