Home › Forums › Legacy Support › Support queries › Other issues › Scrollbar is missing en PWA
Tagged: scroll bar missing
- This topic has 33 replies, 4 voices, and was last updated 3 years, 4 months ago by Anshuman Sahu.
-
AuthorPosts
-
June 29, 2021 at 5:19 am #363177AdaParticipantHi, You are using child theme there must be a code added in child theme>>style.css because after comparing with my local, I can see an extra code but I am not able to find it in customizer>>custom css Please check after removing that also.June 29, 2021 at 3:38 pm #363305pablocanedoqParticipantThis reply has been marked as private.June 30, 2021 at 7:25 am #363367AdaParticipantHi, Check your site now. reversed the css which was causing issue. Now double scrollbar is gone. but for expanded view course editor you'll need to wait for the trello update.June 30, 2021 at 6:18 pm #363452pablocanedoqParticipantHi, Ok, the scroll bar works (except in full screen mode). That's ok, but see how my site has turned out now. Now the menus do not work well: https://screencast-o-matic.com/watch/cr1vDPV15t7 And also, on mobiles, when you scroll down, the search box and other controls don't scroll. Before, they stuck to the screen and you could see them when you scrolled. Now it doesn't work: https://screencast-o-matic.com/watch/cr1vbjV15UE These are the problems that I have found on a quick first look. The nightmare never ends with WPLMS.July 1, 2021 at 1:23 pm #363551Anshuman SahuKeymasterIssue is fixed please check now .HOwever the scroll bar on the right is not appearing we are checking it .July 1, 2021 at 7:38 pm #363592pablocanedoqParticipantOk, But, we cannot be without the scroll bar on the right for even a single day, so I've added the temporary fix that @Ada shared several months ago again. This code generates a second scroll bar, right next to the original scroll bar, which doesn't work. This is the code: .vibebp_myprofile { overflow-y: scroll! important; height: inherit! important; } To avoid user complaints, I will keep this code in the customizer, while you find a fix for the original scroll bar. Hope you can fix it soon.July 2, 2021 at 1:44 pm #363716Anshuman SahuKeymasterThe quick fix shared by ada was not correct and hence causing such issues . We are checking this why scroll bar went disappear .July 10, 2021 at 2:09 pm #364669pablocanedoqParticipantCould you find the cause and the fix for this? I have opened this topic 6 months ago.July 13, 2021 at 5:23 pm #364996Anshuman SahuKeymasterThis reply has been marked as private.July 13, 2021 at 6:42 pm #365008pablocanedoqParticipantThe thing is, if I remove that code, the scroll bar disappears at my end. I just made a new video for you to watch: https://screencast-o-matic.com/watch/criIFwViXKF I have explained this many times and have made several videos explaining the same thing. Please, the video is real. Here we don't have scroll bar at all. That is why I have to use Ada's code. I REPEAT: If I remove the code, I just don't have a scroll bar.July 14, 2021 at 1:13 pm #365100Anshuman SahuKeymasterPlease just simply tell me where you have added this code , i will fix it all . https://prnt.sc/1b2hx1yJuly 14, 2021 at 3:01 pm #365118pablocanedoqParticipantThis reply has been marked as private.July 15, 2021 at 1:12 pm #365250Anshuman SahuKeymastersince I also could not find that css where we have added that we need to add this additional custom css to restore default css :
.vibebp_my_profile.logged-in #vibebp_member { position: initial; overflow-y: initial; }
July 15, 2021 at 2:47 pm #365261pablocanedoqParticipantThe code solves the scroll bar problem, but generates a style problem. With the code added, the entire PWA has been stretched to the sides, which makes the entire PWA kind a warp and blur. I show this in the following video. In the first tab, you will see how it looks without the code. And in the second tab, you will see how it looks with the code: https://screencast-o-matic.com/watch/crio2yVibuZJuly 15, 2021 at 5:38 pm #365281pablocanedoqParticipantAlso, see what happens to the buttons in the chat: https://screencast-o-matic.com/watch/crioDPVibMN And also, see what happens with the welcome window when a user logs in: https://screencast-o-matic.com/watch/criobwVib9P For all this issues, I have had to remove the code for now. So for now I still don't have a scroll bar. Please check this asap. -
AuthorPosts
- The topic ‘Scrollbar is missing en PWA’ is closed to new replies.