From f7bfec97bb1b91e0b6df2e7ec6b168a7b026ab04 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 28 Jun 2017 07:51:12 +0300 Subject: [PATCH] fix z-index issue --- edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.html b/edit.html index 4f869e73..d770fd14 100644 --- a/edit.html +++ b/edit.html @@ -253,7 +253,7 @@ left: 0; right: 0; bottom: 0; - z-index: 99; + z-index: 9; cursor: n-resize; background-color: inherit; border-top-width: 1px;