Explore: Fix resizing split view with Loki query editor (#100257)
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user