1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

PR Feedback

This commit is contained in:
Dean 2024-04-10 09:20:54 +01:00
parent 637bbf5831
commit 06db50147e

View file

@ -111,7 +111,6 @@
<div
use:styleable={$component.styles}
class:in-builder={$builderStore.inBuilder}
class:base-height={!customHeight}
>
<Provider {actions}>
<Grid
@ -149,11 +148,8 @@
border: 1px solid var(--spectrum-global-color-gray-300);
border-radius: 4px;
overflow: hidden;
min-height: 120px;
height: auto;
}
div.base-height {
min-height: 410px;
min-height: 230px;
height: 410px;
}
div.in-builder :global(*) {
pointer-events: none;