Home › Forums › Legacy Support › Support queries › Other issues › Scroll down is Not working, when using expanded view in Course Editor
Tagged: Course editor, scroll down
- This topic has 18 replies, 3 voices, and was last updated 3 years, 4 months ago by Ada.
-
AuthorPosts
-
May 20, 2021 at 7:22 pm #358364pablocanedoqParticipantHi, As it says in the title of this topic, if we use the expanded view in Course Editor, we cannot scroll down. Please watch this video: https://screencast-o-matic.com/watch/crhYqlVf7DEMay 21, 2021 at 7:05 am #358408AdaParticipantHi, I replicated this issue on my setup . I have created a trello card here for the issue. https://trello.com/c/sDQQOKurMay 28, 2021 at 9:43 pm #359483pablocanedoqParticipantThank you @Ada I'll be tracking the Trello card.May 29, 2021 at 4:13 am #359489AdaParticipantSure, please confirm can I close this topic ?May 29, 2021 at 2:52 pm #359566pablocanedoqParticipantWell, the issue is not fixed yet. But I think it is now possible to reopen a topic by adding a new message, right? If so, you can close the topic for now. Thanks @AdaMay 31, 2021 at 4:47 am #359619VeronicaModeratorhi @pablocanedoq we are remaining this topic open so you can ping us here if you face any issue once it is fixed for new issues, you can create a new topicMay 31, 2021 at 2:17 pm #359717pablocanedoqParticipantOk, thank you. Best.June 1, 2021 at 4:44 am #359785VeronicaModeratorappreciate your patienceJune 22, 2021 at 9:42 pm #362420pablocanedoqParticipantHi, Now that the updates have come, I have checked and I see that this has only been partially solved. Now you can scroll down, but only using the wheel of the mouse. The scroll bar is not working: https://screencast-o-matic.com/watch/cr13r2V100Q In fact, the scroll bar does not work on the entire site. For now, it is working in some parts of my site, because you gave me a temporary fix for this: https://wplms.io/support/forums/topic/scrollbar-is-missing-en-pwa/ But, this remains unsolved after many months: https://trello.com/c/QntWMdAb/2657-issue-scroll-bar-is-missing-in-dashboard Please help. P.S.: And please reopen this topic: https://wplms.io/support/forums/topic/scrollbar-is-missing-en-pwa/June 23, 2021 at 7:35 am #362465AdaParticipantHi, Okay, thank-you for your update. reopening your old topic.June 23, 2021 at 2:01 pm #362545pablocanedoqParticipantHi, Thanks for reopening the other topic. But what about this topic it self? Any solution?June 23, 2021 at 6:28 pm #362576pablocanedoqParticipantIf the problem will take time to resolve, please share a temporary fix for this, just as you did for all other sections of the PWA. Like this: https://prnt.sc/16h8xc3 But here, in Full Screen Mode: https://prnt.sc/16h9svuJune 24, 2021 at 5:34 am #362602AdaParticipantHi, You can use this temporary css code.
.vibebp_my_profile.vibebp-component-course.create_fullscreen .wplms_create_course_overlay .wplms_create_course_wrapper { height:100vh !important; overflow-y:scroll !important; }
June 24, 2021 at 3:36 pm #362703pablocanedoqParticipantHi @Ada Thanks for the temporary code, but it doesn't look good. - There is a large space on the right. - And a bar has also been generated at the bottom. If it moves, the icon to exit Full Screen Mode is hidden. https://screencast-o-matic.com/watch/cr1ZouV1u5cJune 25, 2021 at 7:27 am #362741AdaParticipantHi, we can not remove the space fully but you can use this css code replacing previous and set the max-width of the create course wrapper as per your need..vibebp_my_profile.vibebp-component-course.create_fullscreen .wplms_create_course_overlay .wplms_create_course_wrapper { height:100vh !important; overflow-y:scroll !important; max-width:1500px !important; padding-right:30px !important; overflow-x:hidden; }
-
AuthorPosts
- The topic ‘Scroll down is Not working, when using expanded view in Course Editor’ is closed to new replies.