Explore: Fix resizing split view with Loki query editor (#100257)

This commit is contained in:
Piotr Jamróz 2025-02-07 12:05:45 +01:00 committed by GitHub
parent e815a2850e
commit c43517d278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ export const ScrollContainer = forwardRef<HTMLDivElement, PropsWithChildren<Prop
const defaults: Partial<BoxProps> = {
maxHeight: '100%',
minHeight: 0,
minWidth: 0,
};
const boxProps = { ...defaults, ...rest };