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 380ea26e..48965f20 100644
--- a/src/components/underlay.style.js
+++ b/src/components/underlay.style.js
@@ -1,6 +1,6 @@
export default {
name: 'Underlay',
- selector: '#content',
+ selector: 'body', // Should be '#content' but for now this is better for testing until I have proper popovers and such...
outOfTreeSelector: '.underlay',
validInnerComponents: [
'Panel'