mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
fix(status_bar): code mime switcher is clipped
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user