Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Navbar extends React.Component {

if(fromIframe) return null;
return (
<nav className="navbar navbar-expand-lg navbar-light bg-light gradient">
<nav className="navbar fixed-top navbar-expand-lg navbar-light bg-light gradient">
<Link to="/">
<img
className="navbar-brand mb-0"
Expand Down