From 3de76206b550cfc5cc8fd8a0368b2487803c0db2 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:41:50 +0530 Subject: [PATCH] [WIKI-735] fix: table insert handle z-index #8545 --- packages/editor/src/styles/table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/styles/table.css b/packages/editor/src/styles/table.css index 0e706f41fb..5066204d40 100644 --- a/packages/editor/src/styles/table.css +++ b/packages/editor/src/styles/table.css @@ -160,7 +160,7 @@ opacity: 0; pointer-events: none; outline: none; - z-index: 10; + z-index: 9; transition: all 0.2s ease; &:hover {