mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix draggable z-index issue from last merge from master (#35384)
This commit is contained in:
parent
1fae72b272
commit
ea5b009b72
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export const ColumnHeaderResizeHandle = styled(CommonResizeHandle)`
|
||||||
|
|
||||||
export const TimelineResizeHandle = styled(CommonResizeHandle)<{ height: number }>`
|
export const TimelineResizeHandle = styled(CommonResizeHandle)<{ height: number }>`
|
||||||
border: ${TIMELINE_RESIZE_HANDLE_WIDTH}px solid ${props => props.theme.eui.euiColorLightShade};
|
border: ${TIMELINE_RESIZE_HANDLE_WIDTH}px solid ${props => props.theme.eui.euiColorLightShade};
|
||||||
|
z-index: 2;
|
||||||
height: ${({ height }) => `${height}px`};
|
height: ${({ height }) => `${height}px`};
|
||||||
position: absolute;
|
position: absolute;
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue