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

15 lines
227 B
Markdown

# CSS
In `doRender()`:
```
this.cssBlock(`#my-widget {
position: absolute;
bottom: 40px;
left: 60px;
z-index: 1;
}`)
```
* * *
Reference: [https://trilium.rocks/X7pxYpiu0lgU](https://trilium.rocks/X7pxYpiu0lgU)