Skip to content

Commit

Permalink
(minor) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 19, 2024
1 parent d69180a commit 4f2f4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
scrollbar-color: #888 transparent;
}

.inputscroll::-webkit-scrollbar-track {
.input-scroll::-webkit-scrollbar-track {
background: #e5e7eb;
scrollbar-width: none;
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/assistants/AssistantCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function DraggableAssistantCard(props: {
<div
ref={setNodeRef}
style={style}
className="overlow-y-scroll inputscroll flex items-center"
className="overlow-y-scroll input-scroll flex items-center"
>
<div {...attributes} {...listeners} className="mr-1 cursor-grab">
<MdDragIndicator className="h-3 w-3 flex-none" />
Expand Down

0 comments on commit 4f2f4e6

Please sign in to comment.