keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Entry selection drop-down scrollbar doesn't respect theme #2290

Closed droidmonkey closed 3 months ago

droidmonkey commented 4 months ago

Note the light theme scrollbar even though dark theme is applied to the drop-down list itself.

image

Debug info

KeePassXC - 2.7.9 KeePassXC-Browser - 1.9.1.1 Operating system: Win Browser: Chrome/Edge

varjolintu commented 3 months ago

I cannot reproduce this. Does this happen only with some sites?

droidmonkey commented 3 months ago

Seems to "only" happen on Netflix:

image

droidmonkey commented 3 months ago

Adding scrollbar-color: var(--kpxc-background-color) var(--kpxc-input-border-color) to .kpxcAutocomplete-container solves the problem. Might be best to define explicit values though.