Cannot update the FluentFlipper button styling when using the FluentHorizontalScroll Blazor component #2599
seanmullanmt
started this conversation in
General
Replies: 1 comment 2 replies
-
You'll need to do something with Blazor's |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the FluentHorizontalScroll component which works very well for what I need it for, but the issue is that this component uses another component FluentFlipper (scroll left/right buttons).
I cannot seem to access any .css styling to update these buttons, because they are nested in the FluentHorizontalScroll component. However, if I create these components individually I can update the styling.
I've tried updating the .css which works for individual component, but not the component within the FluentHorizontalScroll.
Could anyone guide me on how I can update the child components styles?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions