Relative Content

Tag Archive for cssreactjsmaterial-ui

Material UI Tabs not showing scroller and causing page scroll

I am rendering Text with Tabs on one row. I have dynamic options array. I want to show Text and tabs on center of screen which i achieve but somehow on small screen tabs never show scroller. Options are dynamic so i can apply responsive queries. Here is My code

How to make visible border gradient with border radius in mui table head?

i am trying to make a linear gradient background with border radius with visible border. I tried multiple methods and i am stuck from yesterday.
i put here my example code
https://codesandbox.io/p/sandbox/unruffled-dawn-yrzg69?file=%2Fsrc%2FDemo.js%3A311%2C1
background works fine but i am not able to see prominent border solid how to achieve this?
i also tried this method
Border Gradient with Border Radius
This works fine but inline block not letting take it full width if i remove it then i don’t see border radius.
i am trying to achieve all of this on mui table head.
i want to take it full width with border radius, prominent border and linear gradient background.
above i gave code sandbox link. Thanks in advance.