fix: add custom scrollbar styling to CommandList in PathInput component

This commit is contained in:
Illia Filippov
2025-12-25 01:05:36 +01:00
parent 862a33982d
commit bed8038d16

View File

@@ -324,7 +324,7 @@ function PathInput({
</kbd> </kbd>
</div> </div>
</div> </div>
<CommandList> <CommandList className="scrollbar-styled">
<CommandEmpty>No files or directories found</CommandEmpty> <CommandEmpty>No files or directories found</CommandEmpty>
<CommandGroup> <CommandGroup>
{entries.map((entry) => ( {entries.map((entry) => (