Fixed tooltip being hidden (#132)
continuous-integration/drone/push Build is passing Details

![image](/attachments/c039f4ca-3691-4c2a-b7b0-0552be97759d)

https://fix-tooltip-csc-class-profile-staging-snedadah.k8s.csclub.cloud/academics
Co-authored-by: shahanneda <shahan.neda@gmail.com>
Reviewed-on: #132
Reviewed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
This commit is contained in:
Shahan Nedadahandeh 2023-01-02 14:53:49 -05:00
parent 2202fccb11
commit 3558fa0fb9
1 changed files with 5 additions and 2 deletions

View File

@ -75,12 +75,15 @@
.horizontalScrollOnMobile {
overflow-x: scroll;
}
.internalWrapper {
/* Without this, some graphs will have an horizontal scroll bar thats not needed */
overflow-x: auto;
}
}
.internalWrapper {
padding: calc(20rem / 16);
/* Without this, some graphs will have an horizontal scroll bar thats not needed */
overflow-x: auto;
}
.internalWrapper p {