D dutchbb Well-known member Jan 20, 2025 #1 I had this in extra.css to limit the size of attachments in posts. Code: .message-body img { max-height: 500px !important; width: auto; } But when going to a post close to one with an attachment it jumps to that. Any idea how to prevent that?
I had this in extra.css to limit the size of attachments in posts. Code: .message-body img { max-height: 500px !important; width: auto; } But when going to a post close to one with an attachment it jumps to that. Any idea how to prevent that?
Russ Well-known member Jan 22, 2025 #2 Can't really see why that specific CSS would cause a jump. Do you have a thread you can link to where it's doing this? Upvote 0 Downvote
Can't really see why that specific CSS would cause a jump. Do you have a thread you can link to where it's doing this?
D dutchbb Well-known member Jan 22, 2025 #3 Looks like it was something in the cache of my browser. Cleared it and now it is fine. Upvote 0 Downvote