trilium/docs/Developer Guide/Developer Guide/Scripting/Widgets/CSS.md
2025-04-12 01:36:03 +03:00

232 B

CSS

In doRender():

this.cssBlock(`#my-widget {
	position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 1;
}`)

Reference: https://trilium.rocks/X7pxYpiu0lgU