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