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:
thatbrick
2021-07-12 20:29:47 -04:00
committed by GitHub
parent aecab2d131
commit 1b20fd1ad6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
### 🐛 Bug fixes ### 🐛 Bug fixes
* Fix rendering of carousel images on Apple devices. ([#1562](https://github.com/stashapp/stash/pull/1562))
* Show New and Delete buttons in mobile view. ([#1539](https://github.com/stashapp/stash/pull/1539)) * Show New and Delete buttons in mobile view. ([#1539](https://github.com/stashapp/stash/pull/1539))

View File

@@ -99,7 +99,6 @@
&-image { &-image {
content-visibility: auto; content-visibility: auto;
display: flex; display: flex;
height: 100%;
width: 100vw; width: 100vw;
picture { picture {