codebase-berkeley / codebase-berkeley/berkeley-food-pantry

Desktop Navbar links, logo; Mobile Navbar display

Open
#49 0 comments 0 reactions 3 assignees Claimed by @adityabhandari252 View on GitHub
bug
Dominant language
JavaScript
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

For the **desktop navbar:**
- link the logo in the top left to the path at '/' (which should lead to '/view-stock' atm)
- remove the blue link effects on :hover, :visited, :active, and any other applicable css selectors
Screen Shot 2022-04-23 at 1 34 57 PM

For the **mobile navbar:**
- currently, after opening the navbar you can scroll down and see the original webpage underneath. modify this so that it covers the content below completely with a white background and cannot scroll.
- possible solution might involve creating a background div with height 100vh (or maybe less subtracting the height of the navbar itself) and setting overflow:hidden. might be other more efficient/effective solutions, this is j my instinctive first suggestion which i have not actually tried.
Screen Shot 2022-04-23 at 1 37 44 PM
Screen Shot 2022-04-23 at 1 37 56 PM

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.