Webannoyances: dropbox.com

Created on 11 Nov 2020  路  4Comments  路  Source: yourduskquibbles/webannoyances

Problem

missing y scroll bar

Steps to reproduce

  • Log into https://www.dropbox.com/
  • Right click a file with a lot of version history, go to Version History
  • Try to scroll down, y scroll bar is missing

Problem filter

dropbox.com##html.maestro.maestro--responsive:style(overflow-y: hidden !important;)

bug filter updates

All 4 comments

Do I need to have a synced dropbox folder to PC in order to test this? Do you know if I can use a random txt file and make edits to it a bunch of times (saving after each edit) to increase the version history in order to reproduce?

@RedDragonWebDesign I think I found a way to test - does adding the following two filters fix the issue for you and not cause issues elsewhere?

dropbox.com#@#html.maestro.maestro--responsive:style(overflow-y: hidden !important;)
dropbox.com##html.maestro.maestro--responsive:not(.js-focus-visible):style(overflow-y: hidden !important;)

Tested and working well on my end. Thanks for your time on this.

Thanks for confirming

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Omoeba picture Omoeba  路  3Comments

Alex-302 picture Alex-302  路  6Comments

chocolateboy picture chocolateboy  路  7Comments

elypter picture elypter  路  4Comments

krystian3w picture krystian3w  路  8Comments