CSS Error LMS Mobile Page
-
Hi,
There is a bug in the LP main CSS (assets/css/learnpress.css and the min-version).
In the LMS itself with a resolution under 782px, the popup-sidebar with the curriculum doesn’t pop out. There is just a blank spot.
I could find the error in line 6940 of the learnpress.css:
#popup-course #sidebar-toggle:checked ~ #popup-sidebar {
flex-basis: 0;
}By deleting this line, I could solve the error described before. However, it’s just a quick workaround but not the final solution, since you have to click on the button for popping in/out of the sidebar-curriculum two times until it works.
Please fix this ASAP!
All the best
The topic ‘CSS Error LMS Mobile Page’ is closed to new replies.