mirror of https://github.com/fantasticit/think.git
fix: fix zIndex
parent
585e0aa7a6
commit
9b71742869
|
@ -92,7 +92,7 @@ export const Resizeable: React.FC<IProps> = ({
|
|||
|
||||
const cloneNode = $cloneNode.current;
|
||||
Object.assign(cloneNode.style, {
|
||||
zIndex: 0,
|
||||
zIndex: -1,
|
||||
});
|
||||
|
||||
const tipNode = $cloneNodeTip.current;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
.cloneNodeWrap {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
|
|
Loading…
Reference in New Issue