fix: Fix popup drag hitbox (#216)
* hotfix: Fix popup drag hitbox Somehow, the drags get "lost" within a button element. Converting the parent container to a div works to fix this. * refactor: Update styling
This commit is contained in:
@@ -13,4 +13,8 @@
|
||||
.extensionRoot {
|
||||
@apply font-sans h-full;
|
||||
color: #303030;
|
||||
|
||||
[data-rfd-drag-handle-context-id=':r1:'] {
|
||||
cursor: move;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user