fix
This commit is contained in:
parent
4219994f6e
commit
e04a9271f8
|
|
@ -22,6 +22,11 @@
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 2px solid rgba(0, 0, 0, 0.5);
|
border: 2px solid rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* allow distance field to be interacted with for toolset */
|
||||||
|
folk-distance-field {
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ export class FolkBaseSet extends FolkElement {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::slotted(*) {
|
::slotted(*) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue