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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js
index 426df1d7..be1ecc56 100644
--- a/src/components/underlay.style.js
+++ b/src/components/underlay.style.js
@@ -1,6 +1,6 @@
export default {
name: 'Underlay',
- selector: '.underlay',
+ selector: '#app',
validInnerComponents: [
'Panel'
]