missing y scroll bar
dropbox.com##html.maestro.maestro--responsive:style(overflow-y: hidden !important;)
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