[WIKI-735] fix: table insert handle z-index #8545

This commit is contained in:
Aaryan Khandelwal 2026-01-19 20:41:50 +05:30 committed by GitHub
parent f783447796
commit 3de76206b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@
opacity: 0;
pointer-events: none;
outline: none;
z-index: 10;
z-index: 9;
transition: all 0.2s ease;
&:hover {