diff --git a/src/app/features/tasks/task/task.component.scss b/src/app/features/tasks/task/task.component.scss index 2e5174bad7..69d3b8a7c0 100644 --- a/src/app/features/tasks/task/task.component.scss +++ b/src/app/features/tasks/task/task.component.scss @@ -476,7 +476,7 @@ input { transform: scale(0.8); left: -23px; top: 1px; - z-index: 5; + z-index: 6 !important; min-width: 0; min-height: 0; opacity: 1 !important; @@ -582,18 +582,24 @@ input { position: absolute; top: 50%; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%) scaleX(1.1); } } .block-left { + pointer-events: none; + color: #fff; left: 0; transform-origin: left center; + box-shadow: $shadow-card-shadow; } .block-right { + pointer-events: none; + color: #fff; right: 0; transform-origin: right center; + box-shadow: $shadow-card-shadow; } @keyframes success-btn-ani {