hostingby.design - side element not scrolling, scrollbar missing

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
back2themoon
Moon Magic practitioner
Moon Magic practitioner
Posts: 2894
Joined: 2012-08-19, 20:32

hostingby.design - side element not scrolling, scrollbar missing

Unread post by back2themoon » 2025-05-14, 15:26

Hello, visit this page:

https://docs.hostingby.design/applicati ... box-basics

There's a vertical menu column/section on the left, with expandable items/entries. Expand as many as you can to fill the vertical space. A tiny scrollbar should appear on the right and all elements should be accessible/visible. But no scrollbar appears and you cannot scroll further down:
wrong.png
This is the correct, intended result:
correct.png
Also, if you scroll up/down the main/center section, you will see some weird text overlap on the smaller, left section. This overlap is usually only visible for a split second so it's not immediately noticeable. I grabbed a screenshot though:
Overlap.png
I don't see anything in the Error Console.
You do not have the required permissions to view the files attached to this post.

User avatar
adoxa
Lunatic
Lunatic
Posts: 426
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: hostingby.design - side element not scrolling, scrollbar missing

Unread post by adoxa » 2025-05-15, 01:03

back2themoon wrote:
2025-05-14, 15:26
But no scrollbar appears and you cannot scroll further down:
It seems height isn't being interpreted correctly, try this userstyle (may break on an update).

Code: Select all

@-moz-document domain("docs.hostingby.design") {
  .sidebar_njMd {
    height: 100vh !important;
  }
}
Also, if you scroll up/down the main/center section, you will see some weird text overlap on the smaller, left section.
Yeah, don't know what's going on there. Looks like scrolling the main section also may scroll the sidebar, then the sidebar corrects itself.

User avatar
back2themoon
Moon Magic practitioner
Moon Magic practitioner
Posts: 2894
Joined: 2012-08-19, 20:32

Re: hostingby.design - side element not scrolling, scrollbar missing

Unread post by back2themoon » 2025-05-15, 13:55

Thank you adoxa, fix works fine. :thumbup:

After some persistence, I got this in the Error Console:

Code: Select all

Error: Permission denied to access property "target"
Source File: https://docs.hostingby.design/assets/js/main.140ce793.js
Line: 2