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

Module height is fixed #1417

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Module height is fixed #1417

merged 1 commit into from
Mar 5, 2024

Conversation

abhishek-01k
Copy link
Collaborator

Issue is resolved now. In Yield Farming the module height is fixed now and also in the channels dashboard page.

Screenshot 2024-02-09 at 1 52 32 PM

@abhishek-01k abhishek-01k linked an issue Feb 9, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Feb 9, 2024

File: src/App.tsx

...



</>
)}

  </AppContextProvider>
</ThemeProvider>

);
}
// CSS STYLE
const HeaderContainer = styled.headerleft: 0; right: 0; width: 100%; position: fixed; top: 0; z-index: 99999;;
const ParentContainer = styled.divflex-wrap: wrap; display: flex; flex-direction: row; justify-content: center; flex: 1; background: ${(props) => props.bg}; background-position: center center; background-size: cover; background-repeat: no-repeat; margin: ${(props) => props.headerHeight}px 0px 0px 0px; min-height: calc(100vh - ${(props) => props.headerHeight}px);;
const LeftBarContainer = styled.divbottom: 0; width: ${(props) => props.leftBarWidth}px; @media (max-width: 992px) { display: none; };
const ContentContainer = styled.divalign-self: center; width: calc(100% - ${(props) => props.leftBarWidth}px); margin: 0px 0px 0px ${(props) => props.leftBarWidth}px;;
const PushLogo = styled.divwidth: 200px; padding-bottom: 20px;;
const ProviderButton = styled.button`
flex: none;
min-width: 179px;
background: ${(props) => props.theme.default.bg};
margin: 20px 15px;
overflow: hidden;
padding: 20px 5px;
align-items: center;
border-radius: 24px;
flex-direction: column;
&:hover {
cursor: pointer;
background: rgba(207, 206, 255, 0.24);
}
...
...
...

All looks good.

@corlard3y corlard3y self-requested a review February 27, 2024 11:28
@0xNilesh 0xNilesh merged commit bd25fab into main Mar 5, 2024
1 of 2 checks passed
@0xNilesh 0xNilesh deleted the Fixing-Module-height branch March 5, 2024 12:48
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.

🐛 [BUG] - Module height exceeds the sidebar height
3 participants