mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
15 lines
227 B
Markdown
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) |