PR Feedback
This commit is contained in:
parent
637bbf5831
commit
06db50147e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue