fix
This commit is contained in:
parent
4219994f6e
commit
e04a9271f8
|
|
@ -22,6 +22,11 @@
|
|||
border-radius: 2px;
|
||||
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>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export class FolkBaseSet extends FolkElement {
|
|||
display: block;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
::slotted(*) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue