From 125a44c6591c86e8297cbdb41e65bf5f9228bb3e Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Mon, 27 Jul 2020 23:13:00 +0100 Subject: [PATCH] ui tweak --- template/static/stylesheets/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 082baea..a16a2c0 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -305,7 +305,7 @@ select.form-control:not([multiple]):not([size]) { right: 0; width: 6px; height: 100%; - z-index: 10000; + z-index: 900; cursor: col-resize; }