bermudalocket / Tweaks-for-Reddit

A Safari App Extension to help make Reddit suck just a little less on Safari 13+. Written (mostly) in SwiftUI.
GNU General Public License v3.0
114 stars 10 forks source link

[1.4.1b] Window Length (Custom Subreddit Bar) #9

Closed meisemann1999 closed 4 years ago

meisemann1999 commented 4 years ago

Extension size does not adapt or allow scrolling if the custom subreddit bar gets too long (Any items that would be placed below r/swiftui are inaccessible)

Screen Shot 2020-07-24 at 1 48 32 PM
bermudalocket commented 4 years ago

You should be able to scroll vertically: the extension view itself is embedded in a ScrollView.

Just want to clarify that you can't scroll vertically?

meisemann1999 commented 4 years ago

Attached is a screen capture of the issue - I'm attempting to scroll in both directions, but only scrolling up gives any response (using a trackpad, if this helps, macOS 10.15.6). Also tried disabling other extensions to make sure it wasn't some conflict, although I didn't think that would have caused that.

bugReport

bermudalocket commented 4 years ago

This should be fixed in 1.5 as I reworked the custom subreddit bar section.