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

(Bug report) scrollbar-color makes the scrollbar appear natively styled #350

Closed
SiriusXT opened this issue Aug 15, 2024 · 1 comment
Closed
Milestone

Comments

@SiriusXT
Copy link
Contributor

SiriusXT commented Aug 15, 2024

TriliumNext Version

0.90.4

What operating system are you using?

Windows

What is your setup?

Local (no sync)

Operating System Version

Windows

Description

scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);

This line of css renders the native style. After deleting this line, the style becomes the zadam/trilium style. The strange thing is that zadam/trilium also has this line of code, but it does not take effect. This line of css from triliumnext takes effect.
Triliumnext:
图片
trilium:
图片

Error logs

No response

@eliandoran eliandoran added the bug label Aug 15, 2024
@eliandoran eliandoran added this to the v0.90.5-beta milestone Aug 15, 2024
@eliandoran
Copy link
Contributor

@SiriusXT , thank you for the detailed bug report.
Most likely the scrollbar-color attribute was ignored by the older Electron build, but now it is taken into account since we updated the Electron build.

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