-
Lychee versionv5.2.2 Which PHP version are you using?PHP 8.2 Detailed description of the problemThe following two issues exist when viewing the details of photos with long descriptions:
I added the following CSS code as a workaround, which fixes the word wrap and allows scrolling in y-direction: #lychee_sidebar {
overflow-y: scroll;
overflow-x: clip;
overflow-wrap: anywhere;
padding: 10px;
} However, on mobile devices, scrolling in the panel is recognized as a gesture that goes back to the album. I haven't found an option to disable this gesture. Steps to reproduce the issueNo response Diagnostics [REQUIRED]
Browser & System [REQUIRED]Google Chrome v124 (arm64) Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
At least on the desktop this was solved for me by entering the following lines in the CSS extensions in the settings: #lychee_sidebar_container { If you don't scroll too far, this also works for me on my mobile phone (Android). If you scroll too far, the panel closes. |
Beta Was this translation helpful? Give feedback.
Fixed with #2413