Can we position the scroll bar of flex box to the centre of the screen ?
At present by following the below code
Instead Can we make the position or style of scrolling to something like this with help of html /css
CodePudding user response:
I think what you're looking for is call slider. Try google from that keyword and you'll be able to create it
CodePudding user response:
I think you want to use Carousel of MudBlazor. The Components are easy to use and don't require a lot of css to modify.
Documentation Example in TryMudBlazor
For further usages check out the documentation, there are plenty examples on this topic.