From 0e89e7272a561c71588c9121dec1fb0ea1df1b93 Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Tue, 26 Oct 2021 11:08:20 +0200 Subject: [PATCH] After CR --- src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss b/src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss index 6efdb9771b..cfbe1dbbfa 100644 --- a/src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss +++ b/src/bundle/Resources/public/scss/mixins/_drag-and-drop.scss @@ -53,7 +53,7 @@ overflow: auto; } - &--is-draggabel { + &--is-draggable { position: fixed; z-index: 500; top: calculateRem(160px);