From 5ff8fc4e5d525b0085ab8d1a67ad902419860fb4 Mon Sep 17 00:00:00 2001 From: Azim shaikh <72146550+Azim8287@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:09:56 +0530 Subject: [PATCH] Update style.css --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 4f2430b..3cff2e1 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,5 @@ .drag{-webkit-transition:all 0 cubic-bezier(0, 0, 0.2, 1) !important;} +/* What is this */ .dragged{z-index:999 !important;box-shadow:0 1px 8px rgba(0, 0, 0, 0.3);-webkit-transition:all 0 cubic-bezier(0, 0, 0.2, 1) !important;} .slow{-webkit-transition:all 0.35s ease-in-out !important;} .medium{-webkit-transition:all 0.25s ease-in-out !important;}