Files
mixly3-server/mixly/common/templates/html/dialog/shadow-all.html
2026-01-24 16:12:04 +08:00

12 lines
240 B
HTML

<style>
div[m-id="{{d.mId}}"] {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background: transparent;
z-index: 400;
}
</style>
<div m-id="{{d.mId}}"></div>