Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change overflow-y value from scroll to auto in the NavLinks container (fix #7 PR) #11

Merged
merged 1 commit into from
Jul 17, 2022
Merged
Show file tree
Hide file tree
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 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