cs-2022-class-profile/components
Shahan Nedadahandeh 7ef5d8aa61
continuous-integration/drone/push Build is passing Details
Fixed graph overflows (#123)
Closes #110

Fixed the header not being sticky. The reason was due to the overflow-x hidden on the body. Removed that, and instead solved the root cause of the horizontal overflow, which was some graphs overflowing.

This required changing some of the compontent wrapper styles, which I think are overall improved now (slightly less hacks). But please check to make sure that the alignment of graphs and text isnt destroyed on various screen sizes. I checked and it seemed fine.

Co-authored-by: shahanneda <shahan.neda@gmail.com>
Co-authored-by: e26chiu <e26chiu@csc.uwaterloo.ca>
Reviewed-on: #123
Reviewed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
2022-12-30 21:52:24 -05:00
..
About.module.css Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
About.tsx Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
BarGraph.module.css Change Graphs to use tooltips (Closes #97) (#112) 2022-12-21 16:23:32 -05:00
BarGraph.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
BottomNav.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
BottomNav.tsx Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
Boxplot.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
Boxplot.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
CenterWrapper.module.css Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
CenterWrapper.tsx Add Textbox Component (#45) 2022-09-09 17:01:34 -04:00
ColorPalette.module.css Add Wordcloud Component (#27) 2022-08-04 02:17:19 -04:00
ColorPalette.tsx Add colors in JS and Color Palette (#18) 2022-07-01 14:30:57 -04:00
ComponentWrapper.module.css Fixed graph overflows (#123) 2022-12-30 21:52:24 -05:00
ComponentWrapper.tsx Fixed graph overflows (#123) 2022-12-30 21:52:24 -05:00
GroupedBarGraph.module.css Fixed graph overflows (#123) 2022-12-30 21:52:24 -05:00
GroupedBarGraph.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
Header.module.css Style scrollbar (#119) 2022-12-29 03:43:07 -05:00
Header.tsx Setup deploy site (#126) 2022-12-30 20:20:55 -05:00
LineGraph.module.css Fixed graph overflows (#123) 2022-12-30 21:52:24 -05:00
LineGraph.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
PieChart.module.css Adjust pie chart (#117) 2022-12-28 01:32:07 -05:00
PieChart.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
QuotationCarousel.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
QuotationCarousel.tsx Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionHeader.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionHeader.tsx Add SectionHeader component (Closes #74) (#75) 2022-11-05 09:01:46 -04:00
SectionWrapper.module.css Add Intimacy and Drugs page (Closes #57) (#103) 2022-12-15 20:38:58 -05:00
SectionWrapper.tsx Add Academics page (Closes #54) (#94) 2022-12-07 21:13:52 -05:00
Sections.module.css Setup deploy site (#126) 2022-12-30 20:20:55 -05:00
Sections.tsx Setup deploy site (#126) 2022-12-30 20:20:55 -05:00
StackedBarGraph.module.css Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
StackedBarGraph.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
Timeline.module.css Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
Timeline.tsx Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
Title.tsx Add front page (Closes #44) (#68) 2022-12-30 19:37:14 -05:00
TooltipWrapper.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
TooltipWrapper.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00
WordCloud.module.css Created TooltipWrapper (#88) 2022-11-16 21:35:55 -05:00
WordCloud.tsx Fix tooltip not being correctly positioned for certain centered graphs (#118) 2022-12-28 01:54:32 -05:00