mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
commit
c4109a8bf3
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,8 @@
|
|||
} else {
|
||||
openDropdown();
|
||||
}
|
||||
} else if (e.key === "Tab") {
|
||||
closeDropdown();
|
||||
} else {
|
||||
if (!isOpen) {
|
||||
openDropdown();
|
||||
|
|
@ -156,6 +158,7 @@
|
|||
|
||||
.vault-explorer-dropdown {
|
||||
position: absolute;
|
||||
top: calc(100% + 5px);
|
||||
background-color: var(--dropdown-background);
|
||||
box-shadow: var(--input-shadow);
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue