diff --git a/frontend/src/app/workspace/component/left-panel/left-panel.component.scss b/frontend/src/app/workspace/component/left-panel/left-panel.component.scss index 045deb84208..84d962936c9 100644 --- a/frontend/src/app/workspace/component/left-panel/left-panel.component.scss +++ b/frontend/src/app/workspace/component/left-panel/left-panel.component.scss @@ -30,7 +30,6 @@ top: calc(-100% + 80px); left: 0; z-index: 3; - user-select: none; background: white; } diff --git a/frontend/src/app/workspace/component/property-editor/property-editor.component.scss b/frontend/src/app/workspace/component/property-editor/property-editor.component.scss index 3a319b4c4aa..ed92f066448 100644 --- a/frontend/src/app/workspace/component/property-editor/property-editor.component.scss +++ b/frontend/src/app/workspace/component/property-editor/property-editor.component.scss @@ -29,7 +29,6 @@ position: fixed; top: 10vh; right: 0; - user-select: none; background: white; } diff --git a/frontend/src/app/workspace/component/result-panel/result-panel.component.scss b/frontend/src/app/workspace/component/result-panel/result-panel.component.scss index 767fe729750..9dbdd63dd55 100644 --- a/frontend/src/app/workspace/component/result-panel/result-panel.component.scss +++ b/frontend/src/app/workspace/component/result-panel/result-panel.component.scss @@ -33,7 +33,6 @@ position: absolute; top: -300px; left: 0; - user-select: none; background: white; border-radius: 5px; box-shadow: diff --git a/frontend/src/app/workspace/component/workspace.component.scss b/frontend/src/app/workspace/component/workspace.component.scss index a1eae3421e0..60fc4abf401 100644 --- a/frontend/src/app/workspace/component/workspace.component.scss +++ b/frontend/src/app/workspace/component/workspace.component.scss @@ -36,7 +36,6 @@ texera-mini-map { bottom: 0; right: 0; z-index: 3; - user-select: none; } texera-workflow-editor { @@ -54,3 +53,7 @@ texera-workflow-editor { align-items: center; height: 100%; } + +:host { + user-select: none; +}