diff --git a/package.json b/package.json index 9683d08..099cc80 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.6.1", "name": "@kernelui/core", "description": "Kernel UI Core.", "scripts": { diff --git a/src/styles/_common.less b/src/styles/_common.less index 6db24ac..242f973 100644 --- a/src/styles/_common.less +++ b/src/styles/_common.less @@ -31,5 +31,8 @@ p .virtual { position: absolute; + display: block; + height: 0; opacity: 0; + pointer-events: none; }