mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fix resizing split view with Loki query editor (#100257)
This commit is contained in:
parent
e815a2850e
commit
c43517d278
@ -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 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user