mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 11:54:24 +01:00
fix(status_bar): code mime switcher is clipped
This commit is contained in:
parent
23062470f5
commit
db04514769
@ -90,6 +90,11 @@
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-code-note-switcher {
|
||||
max-height: 90vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
> .attribute-list {
|
||||
|
||||
@ -360,6 +360,7 @@ function CodeNoteSwitcher({ note }: StatusBarContext) {
|
||||
icon="bx bx-code-curly"
|
||||
text={correspondingMimeType?.title}
|
||||
title={t("status_bar.code_note_switcher")}
|
||||
dropdownContainerClassName="dropdown-code-note-switcher"
|
||||
dropdownOptions={{ autoClose: true }}
|
||||
>
|
||||
<NoteTypeCodeNoteList
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user