Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sometimes in Markdown view there has some code before every notes how to sovle ? #11506

Open
m11751 opened this issue Dec 13, 2024 · 0 comments
Labels
bug It's a bug

Comments

@m11751
Copy link

m11751 commented Dec 13, 2024

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; }
joplin

Expected behaviour

solve this bug, thanks!

Logs

No response

@m11751 m11751 added the bug It's a bug label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

1 participant