We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Native (HTML, CSS, and JS)
Core application
In the challenge listing page when the list size is less, the container is not taking full height which shows when we select dark mode.
The listing page container height should take full height of the screen.
Need to fix the container height value in CSS from "100%" to "100vh"
No response
The text was updated successfully, but these errors were encountered:
Pratik1005
Successfully merging a pull request may close this issue.
Framework/code-stack
Native (HTML, CSS, and JS)
Scope
Core application
Description
In the challenge listing page when the list size is less, the container is not taking full height which shows when we select dark mode.
Expected behaviour
The listing page container height should take full height of the screen.
Suggested Solutions
Need to fix the container height value in CSS from "100%" to "100vh"
Additional Context
No response
The text was updated successfully, but these errors were encountered: