Set max-height on note-editor Tags/Related and allow to scroll (#3692)
This commit is contained in:
parent
6327e55599
commit
59fbdf6048
1 changed files with 10 additions and 0 deletions
|
@ -4,4 +4,14 @@ links-box {
|
||||||
padding-inline: 8px;
|
padding-inline: 8px;
|
||||||
|
|
||||||
border-top: 1px solid var(--fill-quinary);
|
border-top: 1px solid var(--fill-quinary);
|
||||||
|
|
||||||
|
tags-box, related-box {
|
||||||
|
> collapsible-section > .body {
|
||||||
|
max-height: 25vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: var(--color-scrollbar) var(--color-scrollbar-background);
|
||||||
|
padding-bottom: 1px; // Leave room for the editable-text focus ring
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue