Skip to content

Commit

Permalink
improve dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Jun 21, 2024
1 parent 5c899d3 commit f4e1977
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,9 @@ input#editorTitle {
border-radius: 50%;
opacity: 0.7;
}
#nodeSearchInput {
border-radius: 3px;
}
#nodeSearchInput:not(:focus) + #nodeSearchClear:not(:active){
visibility: hidden;
}
Expand All @@ -1009,12 +1012,16 @@ input:focus + span + .dropdown {
}

.menu .dropdown {
position: absolute;
clear: left;
overflow: auto;
max-height: 0px;
min-width: 200px;
max-width: 350px;
transition: max-height 0.5s;
-ms-overflow-style: none;
scrollbar-width: none;
border-radius: 3px;
}

.menu .dropdown::-webkit-scrollbar {
Expand Down

0 comments on commit f4e1977

Please sign in to comment.