We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8504a27 commit 26c6091Copy full SHA for 26c6091
src/styles/main.css
@@ -413,7 +413,7 @@ abbr {
413
414
position: absolute;
415
width: 100%;
416
- height: 20rem;
+ height: 50vh;
417
overflow-y: auto;
418
419
background-color: var(--clr-bg-secondary);
@@ -437,6 +437,19 @@ abbr {
437
overflow: hidden;
438
}
439
440
+.selector__dropdown::-webkit-scrollbar {
441
+ width: 8px;
442
+}
443
+
444
+.selector__dropdown::-webkit-scrollbar-thumb {
445
+ background: var(--scrollbar-thumb);
446
+ border-radius: 4px;
447
448
449
+.selector__dropdown::-webkit-scrollbar-thumb:hover {
450
451
452
453
.selector__item {
454
position: relative;
455
cursor: pointer;
0 commit comments