BUG ? - Mix between the title's note and the toolbar

Operating system

Linux

Joplin version

3.4.1

Desktop version info

Joplin 3.4.1 (prod, linux)

Device: linux, Intel(R) Celeron(R) N4020 CPU @ 1.10GHz
Client ID: 44e3fdd0cdfd4c84b028b4fac399f990
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Alternative instance ID: -

Revision: 24df674

Backup: 1.4.3
Favorites: 1.3.2
Home Note: 2.1.1
Hotfolder: 1.2.2
Journal: 2.0.0
Note list (Preview): 1.1.0
Note list and sidebar toggle buttons: 1.0.3
Record: 1.5.0
RevealJS Integration: 0.15.0
Search & Replace: 2.2.0
Templates: 2.4.0

Editor

Rich Text Editor

What issue do you have?

Is there a way to avoid this mix between the title's note and the toolbar when the width of the column is modified ?

Before:

After:

The title "disappear" under the toolbar.

You probably can change z-index of the title in the user stylesheet, let me know if you cannot do it on your own, you need to know CSS and how to find the title element in the developer tools, and then set something like input.title-input { z-index: -1000 !important; }. Either way, it doesn't seem to be a bug.

1 Like

Not a bug, but honestly, this is one of the major annoyances when using Joplin on smaller screens. To overcome it, I usually put the same text as in the title in an h1 element at the top of the actual note, as otherwise I've just got no idea what the full title is.

1 Like

Thanks for the answer. I will try this week-end...

Thanks for the tip... In fact with no plugin at all, the line is clean on my 14' laptop... So on one hand plugins are welcome and in the other hand, there's a graphical price to pay it seems...