element-hq/element-web

Scrollbar collides with checkboxes on "Add Existing Rooms/Spaces" dialog

turt2live opened this issue · 5 comments

Steps to reproduce

  1. Manage a space
  2. Click "Add existing room"
  3. Have lots of rooms or otherwise resize the viewport to cause a scrollbar
  4. Attempt to click on the right side of the checkbox

Outcome

What did you expect?

To be able to click the checkboxes

What happened instead?

The scrollbar is in the way:
image

(Left edge was clicked to get around it)

Operating system

Windows 10

Application version

No response

How did you install the app?

No response

Homeserver

No response

Will you send logs?

No

@robintown @turt2live Can I take up this issue?

@rksingh2001 You're welcome to! If you encounter any problems, you can ask about them in #element-dev:matrix.org.

@robintown It seems like the CSS is being handled in matrix-react-sdk, so should i make a PR there or should I try to do this in element-web only?

Yes, the majority of Element Web's code is actually in matrix-react-sdk, so you should open your PR there.

I see this issue is still relevant, I can work on this right away.