Skip to content

Commit

Permalink
fix(ui): searchbar & navbar overlapping fix CircuitVerse#339
Browse files Browse the repository at this point in the history
Signed-off-by: Arnabdaz <96580571+Arnabdaz@users.noreply.github.com>
  • Loading branch information
Arnabdaz committed Feb 24, 2023
1 parent 9918089 commit baea627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ div[style="overflow: auto"]{
}
.search .results-panel.show {
padding: 10px;
border-bottom: 4px dashed var(--accent);
border-bottom: 1px dashed var(--accent);
box-shadow: 0 10px 15px -10px #00000099;
}
@media (max-width: 768px) {
.switch {
Expand Down

0 comments on commit baea627

Please sign in to comment.