Skip to content

Commit

Permalink
style: remove horizontal scrollbar in members
Browse files Browse the repository at this point in the history
This mostly affects Windows where the scrollbars add padding.
  • Loading branch information
WofWca committed Jan 6, 2025
1 parent 94893d5 commit 83395f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.AddMemberChipsWrapper {
border-bottom: solid 2px #d3d3d3;
max-height: 33%;
overflow: scroll;
overflow-y: scroll;
padding-left: 19px;
padding-right: 30px;

Expand Down

0 comments on commit 83395f6

Please sign in to comment.