timklapdor / learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process
1 stars 3 forks source link

Module - Double scroll bar on menu #152

Open mattunderground opened 4 years ago

mattunderground commented 4 years ago

From: Customer: Anderson, Anne Phone: (02) 6051 9365 Email: aanderson@csu.edu.au

Here is the site with an example of the double menu issue within the modules:

https://interact2.csu.edu.au/webapps/blackboard/execute/displayLearningUnit?course_id=_46635_1&content_id=_3180614_1

After a quick look at the html/css via inspect in Chrome, we were able to fix the issue by adjusting the height on .tocWrapper from 100% to auto.

This is a link to the css sheet https://interact2.csu.edu.au/branding/themes/CSU_Interact2_2016_20190729/app_nav.css?v=3700.0.4-rel.20+ded7cc5

`/ Modules /

tocTree img {

visibility: hidden; margin: -2px; }

.tocWrapper { background: #f2f2f2 !important; border: 0 !important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); height: 100% !important; / change here / height: auto !important; overflow: auto; }`

2019-12-05 08_53_15-Topic 1  What is Problem Based Learning_ –

Emrys78 commented 4 years ago

I have added this into the dev app_nav ln 1543 css ready for next upload to prod.