Paper-dialog shows up behind drawer-panel when placed in a custom element

后端 未结 1 1460
庸人自扰
庸人自扰 2021-01-23 21:38

The paper-dialog shows up behind drawer-panel when launched from a custom element.

\"enter

1条回答
  •  旧时难觅i
    2021-01-23 22:23

    I'm not sure exactly what your requirements are, but I was able to use your dialog element and display it above and not obscured by the panel by simply placing it outside of the .

    Here's what it looks like:

    dialog on top of and centered

    I'm not sure if this is what you want, but to do this, something like the following illustrates a basic example:

      
      
        
          
    Drawer
    Item 1

    [[_selected]]

    Show Dialog
    Div

    0 讨论(0)
提交回复
热议问题