+20
src/templates/landing.html
+20
src/templates/landing.html
···
178
178
margin-top: 0.25rem;
179
179
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
180
180
display: none;
181
+
scrollbar-width: thin;
182
+
scrollbar-color: rgba(255, 255, 255, 0.2) rgba(10, 10, 15, 0.5);
183
+
}
184
+
185
+
.autocomplete-results::-webkit-scrollbar {
186
+
width: 8px;
187
+
}
188
+
189
+
.autocomplete-results::-webkit-scrollbar-track {
190
+
background: rgba(10, 10, 15, 0.5);
191
+
border-radius: 4px;
192
+
}
193
+
194
+
.autocomplete-results::-webkit-scrollbar-thumb {
195
+
background: rgba(255, 255, 255, 0.2);
196
+
border-radius: 4px;
197
+
}
198
+
199
+
.autocomplete-results::-webkit-scrollbar-thumb:hover {
200
+
background: rgba(255, 255, 255, 0.3);
181
201
}
182
202
183
203
.autocomplete-results.show {