PR Feedback

This commit is contained in:
Dean 2024-04-10 09:20:54 +01:00
parent 637bbf5831
commit 06db50147e
1 changed files with 2 additions and 6 deletions

View File

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