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

Closed
ea-r1 opened this issue Nov 25, 2024 · 2 comments
Closed

Menu positioning problem for KDE Breeze theme #674

ea-r1 opened this issue Nov 25, 2024 · 2 comments

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

@eliandoran eliandoran added the enhancement New feature or request label Dec 27, 2024
@eliandoran
Copy link
Contributor

Closing it in favor of eliandoran/breeze-trilium#15, since it's an issue with the theme.

@eliandoran eliandoran closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2024
@eliandoran eliandoran removed the enhancement New feature or request label Dec 27, 2024
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

2 participants