chamilo-lms
chamilo-lms copied to clipboard
Menu disappears when closing the scorm popup and try to re-open by navigation on the left
Describe When leaving a SCORM course and clicking on the navigation, the menu on top disappears.
To Reproduce Steps to reproduce the behavior:
- Import Mono SCO.
- Publish.
- Visit.
- Close.
- Click on the left side again on the single navigation point.
Expected behavior Menu should ALWAYS be available.
Desktop (please complete the following information):
- OS: no matter
- Browser: no matter
Server
- Version of Chamilo: latest stable release
- Version of PHP: no matter
Since this is still an issue, add the following to your stylesheet:
#tab-iframe.tab-content {
top: 50px !important;
}
#btn-menu-float > div.circle {
position: absolute;
left: 50px;
top: 7px;
}