Fix virtual elements render.
This commit is contained in:
parent
cbedfa9d52
commit
c156e3ac7c
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"name": "@kernelui/core",
|
||||
"description": "Kernel UI Core.",
|
||||
"scripts": {
|
||||
|
|
|
@ -31,5 +31,8 @@ p
|
|||
.virtual
|
||||
{
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue