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

Issue #14 (Scrollbars on main page) : resolved #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AppsByCole
Copy link

Adjusted the CSS on the page to resolve the scrollbar on the main page issue.

Actions taken:
-Adjusted main page CSS into globals.css

-Put the footer into a layout to be visible on all pages

-Added home link on footer to be able to return to the main page

Additional note:
This is my first pull request on a repo that was not my own. It would be awesome to have even the smallest bit of my code be out there. You are a great help in the learning process.

Adjusted the CSS on the page to resolve scrollbar on main page issue.

Actions taken:
-Adjusted main page CSS into globals.css

-Put the footer into a layout to be visable on all pages

-Added home link on footer to be able to return to main page

Additional note:
This is my first pull request on a repo that was not my own. It would be awesome to have even the smallest bit of my code be out there. You are a great help in the learning process.
@vercel
Copy link

vercel bot commented Sep 16, 2022

@CapinCole89 is attempting to deploy a commit to the t3-oss Team on Vercel.

A member of the Team first needs to authorize it.

@@ -48,7 +47,7 @@ export default function Home() {
const fetchingNext = voteMutation.isLoading || isLoading;

return (
<div className="h-screen w-screen flex flex-col justify-between items-center relative">

Choose a reason for hiding this comment

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

This can also be addressed by simply adding a border to this element. I think the following classes can be added to the existing ones: border-8 border-transparent border-solid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants