fix: notes editor shows up halfway off the screen

This commit is contained in:
Azgaar 2023-01-23 00:11:20 +04:00
parent dd56c7e433
commit 16e0aef2fb
5 changed files with 4 additions and 13 deletions

View file

@ -2045,6 +2045,7 @@ div.textual span,
}
#notesLegend {
width: auto;
height: 87%;
outline: 0;
overflow-y: auto;