Home > Software design >  Flexbox Scroll bar to the centre
Flexbox Scroll bar to the centre

Time:04-27

Can we position the scroll bar of flex box to the centre of the screen ?

At present by following the below code

  Scroll bar on bottom of the screen

Instead Can we make the position or style of scrolling to something like this with help of html /css

enter image description here

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.

  • Related