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

Schedule Page uses Row flex-direction #113

Open
sbaumohl opened this issue Mar 30, 2020 · 0 comments
Open

Schedule Page uses Row flex-direction #113

sbaumohl opened this issue Mar 30, 2020 · 0 comments

Comments

@sbaumohl
Copy link
Member

The entire Schedule page has a giant flex-box container using flex-direction: row, where the child containers are the calendar, and the sidebar. This means that in order to use scrollbars on the sidebar, position: absolute must be used. If we changed flex-direction to column, we could use the calendar's height for the sidebar.

This would allow relative positioning, meaning better responsiveness.

This would also require a large Styling rework.

@sbaumohl sbaumohl added this to the School Year 2021 milestone Apr 7, 2020
@sbaumohl sbaumohl removed this from the School Year 2021 milestone Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant