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

Menu positioning problem for KDE Breeze theme #674

Open
ea-r1 opened this issue Nov 25, 2024 · 1 comment
Open

Menu positioning problem for KDE Breeze theme #674

ea-r1 opened this issue Nov 25, 2024 · 1 comment

Comments

@ea-r1
Copy link

ea-r1 commented Nov 25, 2024

Description

When using KDE Breeze theme:
Menu is incorrectly positioned, too far to right side, clipping its content area

image

v0.90.3 is not affected

Also reported in Breeze-Trilium repository:
eliandoran/breeze-trilium#15

TriliumNext Version

0.90.12

What operating system are you using?

Windows

What is your setup?

Local (no sync)

Operating System Version

Windows 10

Error logs

No response

@ea-r1
Copy link
Author

ea-r1 commented Nov 27, 2024

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant