We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When theme is applied in TriliumNext Notes v0.90.12 : Menu is incorrectly positioned, too far to right side, clipping its content area
Reported also in TriliumNext repository: TriliumNext/Notes#674
The text was updated successfully, but these errors were encountered:
Quick fix: Open dev console: Ctrl+Shift+I and paste this code:
$('<style> ul.dropdown-menu.dropdown-menu-right.show { transform: translate(-'+($('ul.dropdown-menu.dropdown-menu-right').width()+3)+'px, 0px) !important; } </style>').appendTo('html > head')
Sorry, something went wrong.
No branches or pull requests
When theme is applied in TriliumNext Notes v0.90.12 :
Menu is incorrectly positioned, too far to right side, clipping its content area
Reported also in TriliumNext repository:
TriliumNext/Notes#674
The text was updated successfully, but these errors were encountered: