mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix Incorrect loading of images on iOS devices (#1562)
* Removing the height parameter seems to resolve the issue without noticeable differences in functionality
This commit is contained in:
@@ -99,7 +99,6 @@
|
||||
&-image {
|
||||
content-visibility: auto;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
|
||||
picture {
|
||||
|
||||
Reference in New Issue
Block a user