11 lines
237 B
HTML
11 lines
237 B
HTML
<style>
|
|
div[m-id="{{d.mId}}"] {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
background: transparent;
|
|
bottom: 0px;
|
|
top: var(--nav-height);
|
|
}
|
|
</style>
|
|
<div m-id="{{d.mId}}"></div> |