Minor style bugfix
This commit is contained in:
parent
163758c2d2
commit
2a45c68374
2 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ const Container = styled.div`
|
||||||
width: 20px;
|
width: 20px;
|
||||||
${pointerEventsAutoInNormalMode};
|
${pointerEventsAutoInNormalMode};
|
||||||
}
|
}
|
||||||
ب &:hover:before {
|
&:hover:before {
|
||||||
top: -12px;
|
top: -12px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@ import BasicPopover from './BasicPopover'
|
||||||
const BasicTooltip = styled(BasicPopover)`
|
const BasicTooltip = styled(BasicPopover)`
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
|
pointer-events: none;
|
||||||
`
|
`
|
||||||
|
|
||||||
export default BasicTooltip
|
export default BasicTooltip
|
||||||
|
|
Loading…
Reference in a new issue