auto-complete: always use light color for scrollbar #471

as long as the colors aren't configurable
This commit is contained in:
Sören Weber 2023-02-17 10:21:35 +01:00
parent 8b2380da2d
commit f7d19ae4cc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1,5 +1,6 @@
.autocomplete-suggestions {
text-align: start;
color-scheme: only light; /* set browser scrollbar color */
cursor: default;
border: 1px solid #ccc;
border-top: 0;