Skip to content

Commit

Permalink
Merge pull request #126 from froggleston/use-search-2023
Browse files Browse the repository at this point in the history
Adjust autocomplete dropdown CSS to maintain readability
  • Loading branch information
ErinBecker authored Feb 20, 2024
2 parents 298289c + 0273817 commit 24a5ede
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions source/stylesheets/header.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

.algolia-autocomplete .aa-dropdown-menu {
width: auto !important;
background-color: #fff;
border: 1px solid #383838;
margin-top: 2px;
max-height: 50vh;
overflow-y: auto;
right: 0px !important;
left: -20rem !important;
}

div[data-lastpass-icon-root] {
display: none;
}

div[data-lastpass-root] {
display: none;
}

.bottom-nav {
border-top: 45px solid $dark-purple;
padding-bottom: 5px;
Expand Down

0 comments on commit 24a5ede

Please sign in to comment.