menu-item improvements
This commit is contained in:
parent
9ec61d0f0a
commit
98f972e557
16 changed files with 209 additions and 251 deletions
|
|
@ -1,6 +1,9 @@
|
|||
export default {
|
||||
name: 'Underlay',
|
||||
selector: 'body', // Should be '#content' but for now this is better for testing until I have proper popovers and such...
|
||||
selector: '#content',
|
||||
// Out of tree selector: Most components are laid over underlay, but underlay itself is not part of the DOM tree,
|
||||
// i.e. it's a separate absolutely-positioned component, so we need to treat it differently depending on whether
|
||||
// we are searching for underlay specifically or for whatever is laid on top of it.
|
||||
outOfTreeSelector: '.underlay',
|
||||
validInnerComponents: [
|
||||
'Panel'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue