[WIKI-735] fix: table insert handle z-index #8545
This commit is contained in:
parent
f783447796
commit
3de76206b5
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
z-index: 10;
|
z-index: 9;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue