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
every note in Markdown view have this code before:
Note viewer body { overflow: hidden; } #joplin-container-content { /* Needs this in case the content contains elements with absolute positioning / / Without this they would just stay at a fixed position when scrolling / position: relative; overflow-y: auto; padding-left: 10px; padding-right: 10px; / Note: the height is set via updateBodyHeight(). Setting it here to 100% / / won't work with some pages due to the position: relative / } #rendered-md { / This is used to enable the scroll-past end behaviour. The same height should / / be applied to the editor. */ padding-bottom: 400px; } .mark-selected { background: #CF3F00; color: white; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0px; }
Expected behaviour
solve this bug, thanks!
Logs
No response
The text was updated successfully, but these errors were encountered:
Operating system
Windows
Joplin version
3.2.3
Desktop version info
Joplin 3.2.3 (prod, win32)
Client ID: afcea96aa0074a27a49d896f5cf32f4d
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: 1993d30
Current behaviour
every note in Markdown view have this code before:
Note viewer body { overflow: hidden; } #joplin-container-content { /* Needs this in case the content contains elements with absolute positioning / / Without this they would just stay at a fixed position when scrolling / position: relative; overflow-y: auto; padding-left: 10px; padding-right: 10px; / Note: the height is set via updateBodyHeight(). Setting it here to 100% / / won't work with some pages due to the position: relative / } #rendered-md { / This is used to enable the scroll-past end behaviour. The same height should / / be applied to the editor. */ padding-bottom: 400px; } .mark-selected { background: #CF3F00; color: white; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0px; }
Expected behaviour
solve this bug, thanks!
Logs
No response
The text was updated successfully, but these errors were encountered: