This commit is contained in:
Orion Reed 2024-12-15 05:32:15 -05:00
parent 4219994f6e
commit e04a9271f8
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -13,6 +13,7 @@ export class FolkBaseSet extends FolkElement {
display: block;
position: absolute;
inset: 0;
pointer-events: none;
}
::slotted(*) {