aboutsummaryrefslogtreecommitdiff
path: root/src/components/underlay.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/underlay.style.js')
-rw-r--r--src/components/underlay.style.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js
index be1ecc56..c35fbada 100644
--- a/src/components/underlay.style.js
+++ b/src/components/underlay.style.js
@@ -1,6 +1,7 @@
export default {
name: 'Underlay',
- selector: '#app',
+ selector: '#content',
+ outOfTreeSelector: '.underlay',
validInnerComponents: [
'Panel'
]