Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.54k stars 538 forks source link

Bug: Swipe actions are overlapped with images #1845

Open pshadov opened 10 months ago

pshadov commented 10 months ago

Environment:

Description

  1. The user has multiple images on the Post (Status)
  2. Try to swipe left to see the actions

Result: The images are not clipped and overlap swipe actions. Simulator Screenshot - iPhone 13 mini - 2024-01-08 at 12 32 59

Related Issues

I searched that this bug didn't already exist before creating it.

alexsereno commented 9 months ago

https://github.com/Dimillian/IceCubesApp/assets/2569805/c700f969-ab14-43d0-8fae-33e689ef32fc

mdhsieh commented 8 months ago

I'm guessing this can be fixed with a z-index, but I'll need to look more into this.