Skip to content

Commit

Permalink
Change overflow-y value from scroll to auto in the NavLinks container
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski authored and robert-orlinski committed Jul 17, 2022
1 parent 03b00c7 commit 236073a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Nav/parts/NavLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const NavLinks = styled.div<Props>`
flex-direction: column;
justify-content: flex-start;
overflow-y: scroll;
overflow-y: auto;
position: fixed;
width: var(--width);
Expand Down
2 changes: 1 addition & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description><![CDATA[Robert Orliński | Programuję i dzielę się wiedzą o programowaniu 🚀]]></description>
<link>http://localhost:3000</link>
<generator>RSS for Node</generator>
<lastBuildDate>Thu, 26 May 2022 18:55:34 GMT</lastBuildDate>
<lastBuildDate>Sat, 02 Jul 2022 10:55:08 GMT</lastBuildDate>
<atom:link href="http://localhost:3000/rss.xml" rel="self" type="application/rss+xml"/>
<copyright><![CDATA[2022 Robert Orliński]]></copyright>
<language><![CDATA[pl]]></language>
Expand Down

1 comment on commit 236073a

@vercel
Copy link

@vercel vercel bot commented on 236073a Jul 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.