Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
💄 SelectionList space scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
renevds committed Apr 20, 2023
1 parent 5fb850b commit c775ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/selection/SelectionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function SelectionList({
title={title}
text={""}
>
<div className="overflow-y-scroll space-y-2 rounded-lg h-40 grow">
<div className="overflow-y-scroll space-y-2 rounded-lg h-40 grow pr-1">
<Selection
list={elements}
Component={Component}
Expand Down

0 comments on commit c775ce1

Please sign in to comment.