From 7b8edb201fa7a5f3da3da6c095d6c13b99060e45 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Fri, 12 Jul 2024 16:23:45 +0800 Subject: [PATCH] release(window): v0.1.1 --- index.json | 2 +- src/window/package.json | 2 +- src/window/style.scss | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.json b/index.json index 102bc42..96857ab 100644 --- a/index.json +++ b/index.json @@ -370,7 +370,7 @@ }, "window": { "icon": true, - "version": "0.1.0", + "version": "0.1.1", "style": true, "test": true, "install": false, diff --git a/src/window/package.json b/src/window/package.json index 17037bf..954c9da 100644 --- a/src/window/package.json +++ b/src/window/package.json @@ -1,6 +1,6 @@ { "name": "window", - "version": "0.1.0", + "version": "0.1.1", "description": "HTML5 window manager", "luna": { "icon": true diff --git a/src/window/style.scss b/src/window/style.scss index 6c9a8c2..333260e 100644 --- a/src/window/style.scss +++ b/src/window/style.scss @@ -53,6 +53,7 @@ .resizer { @include fill-window; touch-action: none; + z-index: 5000; } .title-bar {