Skip to content

Commit

Permalink
Restire scrollbar styling for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Oct 27, 2023
1 parent 95acee7 commit fb3341e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Food-Recipe/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ button:hover {
width: 95%;
max-height: 90%;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgb(177, 177, 177) transparent;

border-radius: 1em;
padding: 1em 2em 2em 2em;
border: 0.2em solid var(--clr-black);
Expand Down

0 comments on commit fb3341e

Please sign in to comment.