Skip to content

Commit

Permalink
Merge pull request #1468 from umap-project/fix-toolbox-overflow
Browse files Browse the repository at this point in the history
Fix toolbox overflow with facets’ search
  • Loading branch information
yohanboniface authored Dec 15, 2023
2 parents a32b680 + 45c0805 commit 445ce7b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions umap/static/umap/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,11 @@ input[type=hidden].blur + [type="button"] {
#umap-ui-container .toolbox {
padding: 5px 10px;
overflow: hidden;
display: flex;
flex-direction: row-reverse;
font-size: 10px;
justify-content: flex-start;
gap: 5px;
}
#umap-ui-container .toolbox li {
color: #2e3436;
Expand All @@ -721,10 +726,6 @@ input[type=hidden].blur + [type="button"] {
color: #eeeeec;
background-color: #353c3e;
}
#umap-ui-container .toolbox li + li {
margin-right: 5px;
margin-left: 5px;
}
.dark input, .dark textarea {
background-color: #232729;
border-color: #1b1f20;
Expand Down

0 comments on commit 445ce7b

Please sign in to comment.