mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
add note-detail height to make canvas visible
due to some upstream changes, this was necessary. otherwise complete inside container was not visible.
This commit is contained in:
parent
93e485cea9
commit
8897d98bd9
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ const TPL = `
|
||||||
<button id="zoom-100" class="btn btn-info">Zoom 100%</button>
|
<button id="zoom-100" class="btn btn-info">Zoom 100%</button>
|
||||||
<button id="clear-canvas" class="btn btn-info">Clear</button>
|
<button id="clear-canvas" class="btn btn-info">Clear</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.note-detail {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default class CanvasNoteTypeWidget extends TypeWidget {
|
export default class CanvasNoteTypeWidget extends TypeWidget {
|
||||||
|
|
Loading…
Reference in a new issue