File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
components/elements/Dropdown Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
@tailwind components;
4
4
@tailwind utilities;
5
5
6
+ : root {
7
+ background-color : black;
8
+ }
6
9
::-webkit-scrollbar {
7
10
width : 10px ;
8
11
}
9
12
10
13
/* Track */
11
14
::-webkit-scrollbar-track {
12
- background : # FFFFFF ;
13
15
border-radius : 5px ;
14
16
}
15
17
16
18
/* Handle */
17
19
::-webkit-scrollbar-thumb {
18
- background : # 555 ;
20
+ background : # 8F6173 ;
19
21
border-radius : 5px ;
20
22
}
21
23
22
24
/* Handle on hover */
23
25
::-webkit-scrollbar-thumb : hover {
24
- background : # D82027 ;;
26
+ background : # 4E0723 ;
25
27
}
Original file line number Diff line number Diff line change 18
18
</div >
19
19
<ul
20
20
v-if =" isOpen"
21
- class =" absolute z-30 ring ring-white rounded ring-opacity-100 whitespace-nowrap"
21
+ class =" absolute z-30 ring ring-white rounded ring-opacity-100 whitespace-nowrap max-h-[50svh] overflow-auto "
22
22
:class =" [getBgColor(type)]"
23
23
>
24
24
<li
You can’t perform that action at this time.
0 commit comments