Any way to remove this very thin border around <FluentSortableList> items? #3871
Answered
by
vnbaaij
GlacierFox
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Jun 5, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GlacierFox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is a border around the items. You can see it more clear on the demo site where we use a lighter background (in light mode):
But is is there on purpose. Just like with a listbox to indicate these items belong to one list.
You should be able to override it by just targeting the
.fluent-sortable-list
selector in CSS. You might need an!important
suffix to make it stick though.