fix(editor): Fix opening of chat window when executing a child node (#8789)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -34,10 +34,6 @@ $badge-warning-color: var(--color-text-dark);
|
||||
// Warning tooltip
|
||||
$warning-tooltip-color: var(--color-danger);
|
||||
|
||||
:root {
|
||||
// Using native css variable enables us to use this value in JS
|
||||
--header-height: 65;
|
||||
}
|
||||
// sass variable is used for scss files
|
||||
$header-height: calc(var(--header-height) * 1px);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user