1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-31 04:03:51 +01:00

Update scroll and dropdown

This commit is contained in:
Feenix 2023-05-01 11:46:09 +05:30
parent be1eb62a91
commit fc9efe847b

View File

@ -50,15 +50,15 @@
}
::-webkit-scrollbar-track {
@apply rounded-full bg-base-300;
@apply rounded-full bg-base-300/50;
}
::-webkit-scrollbar-thumb {
@apply rounded-full bg-base-200;
@apply rounded-full bg-base-content/20;
}
::-webkit-scrollbar-thumb:hover {
@apply rounded-full bg-base-content;
@apply rounded-full bg-base-content/50;
}
}
@ -112,7 +112,7 @@
}
.react-select-container .react-select__option {
@apply my-1 cursor-pointer rounded-md bg-primary text-slate-50 hover:bg-primary-focus;
@apply my-1 cursor-pointer break-all rounded-md bg-primary text-slate-50 hover:bg-primary-focus;
}
.react-select-container .react-select__option--is-selected {