diff options
Diffstat (limited to 'src/components/underlay.style.js')
| -rw-r--r-- | src/components/underlay.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js index 68fd6c06..afe5a208 100644 --- a/src/components/underlay.style.js +++ b/src/components/underlay.style.js @@ -6,7 +6,8 @@ export default { // we are searching for underlay specifically or for whatever is laid on top of it. outOfTreeSelector: '.underlay', validInnerComponents: [ - 'Panel' + 'Panel', + 'Alert' ], defaultRules: [ { |
