Fix virtual elements render.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Madeorsk 2024-09-25 18:59:07 +02:00
parent cbedfa9d52
commit c156e3ac7c
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "1.6.0", "version": "1.6.1",
"name": "@kernelui/core", "name": "@kernelui/core",
"description": "Kernel UI Core.", "description": "Kernel UI Core.",
"scripts": { "scripts": {

View file

@ -31,5 +31,8 @@ p
.virtual .virtual
{ {
position: absolute; position: absolute;
display: block;
height: 0;
opacity: 0; opacity: 0;
pointer-events: none;
} }