style/scrolling container widget: improve full-height widget handling

This commit is contained in:
Adorian Doran
2025-11-09 15:46:57 +02:00
parent ecfa333491
commit f6afc0b718
6 changed files with 21 additions and 8 deletions

View File

@@ -48,10 +48,6 @@ const TPL = /*html*/`
/* Horizontally center the widget in its parent when the "Keep content centered" option is on */
margin-inline: auto;
}
.note-detail.full-height {
height: 100%;
}
</style>
</div>
`;