You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm opening the preview of a note from the main screen (using the expand button ), in case of a long note, the note is not completely displayed and the scrollbar is neither displayed nor it is working.
If I refresh the screen, then the note and the scrollbar are both visualized.
This is happening on both Chrome and Edge (on Windows), as well as on Safari (from iOS).
I'm using the latest Hoarder version (0.20.0) installed through Docker. I'm also copying here below my docker compose:
Just to share some additional information I found on this. I discovered that the demo version does not have this issue and scrollbars are visible for long notes inside the preview.
By comparing the HTML of both websites (demo and mine), I discovered that my version has class overflow-hidden on the note div content, which the demo version does not have it.
If I remove the overflow-hidden class from the div above, then the scrollbar is shown correctly and the note content behaves just like on the demo website.
Describe the Bug
When I'm opening the preview of a note from the main screen (using the expand button ), in case of a long note, the note is not completely displayed and the scrollbar is neither displayed nor it is working.
If I refresh the screen, then the note and the scrollbar are both visualized.
This is happening on both Chrome and Edge (on Windows), as well as on Safari (from iOS).
I'm using the latest Hoarder version (0.20.0) installed through Docker. I'm also copying here below my docker compose:
Steps to Reproduce
Expected Behaviour
The note is opened and scrollbars are shown (and working)
Screenshots or Additional Context
Screenshot of the note preview when it is opened (and scrollbars are not shown and not working):
Screenshot of the note after the browser has been refreshed (scrollbars are shown and are working):
Device Details
Chrome, Edge, Safari (iOS)
Exact Hoarder Version
v0.20.0
Have you checked the troubleshooting guide?
The text was updated successfully, but these errors were encountered: