Files
mixly3/common/templates/html/nav/shadow.html
2025-05-18 00:13:11 +08:00

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>