icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
54 stars 64 forks source link

Buttons in Added Pane behave differently than in Course Pane #693

Closed KevinWu098 closed 11 months ago

KevinWu098 commented 1 year ago

The buttons in the Course pane are absolutely positioned, meaning that they will remain in the same place (on the screen) even when scrolled down. This is not the same in Added pane.

The behavior should be the same to maintain consistency; Best thing to do is to probably absolutely position the Added pane buttons as well.

srukelman commented 11 months ago

requesting to work on this issue

KevinWu098 commented 11 months ago

requesting to work on this issue

Have at it! :D

srukelman commented 11 months ago

Created PR (https://github.com/icssc/AntAlmanac/pull/703)