mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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
@ -53,6 +53,12 @@ const TPL = `
|
||||
<button id="zoom-100" class="btn btn-info">Zoom 100%</button>
|
||||
<button id="clear-canvas" class="btn btn-info">Clear</button>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.note-detail {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
`;
|
||||
|
||||
export default class CanvasNoteTypeWidget extends TypeWidget {
|
||||
|
Loading…
x
Reference in New Issue
Block a user