We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 115eba3 + 9b6c872 commit b4afa3aCopy full SHA for b4afa3a
dev/src/components/LiveEditorCompact.tsx
@@ -102,7 +102,7 @@ export function LiveEditorCompact(props: Props) {
102
<KolHeading _level={3} _label="Konfigurator" />
103
<div>
104
<KolHeading _level={4} _label="Properties" />
105
- <div className="max-h-96 p-2 overflow-scroll mb-4">
+ <div className="max-h-96 p-2 overflow-auto mb-4">
106
{element &&
107
element.attributes.map((attribute: Attribute) => (
108
<>
@@ -121,7 +121,7 @@ export function LiveEditorCompact(props: Props) {
121
)}
122
</div>
123
<KolHeading _level={4} _label="Slots" />
124
- <div className="max-h-56 p-2 overflow-scroll">
+ <div className="max-h-56 p-2 overflow-auto">
125
126
element.slots.map((slot: Slot) => (
127
<SlotInput
0 commit comments