Skip to content

Commit

Permalink
Update README link and add CSS overflow style
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 14, 2024
1 parent 2674194 commit 95f4fef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The web client for submitting queries to [Deciphon](https://github.com/EBI-Metag
# Architecture

This is a React app.
Deciphon Web interacts with Deciphon via [Deciphon's REST API](https://github.com/EBI-Metagenomics/deciphon-api).
Deciphon Web interacts with Deciphon via [Deciphon's REST API](https://github.com/EBI-Metagenomics/deciphon/tree/main/sched).

# Development

Expand Down
6 changes: 5 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ span.heat9 {

span.heatstar {
background: #999;
}
}

body {
overflow-x: hidden;
}

0 comments on commit 95f4fef

Please sign in to comment.