0

Here is my Website link : http://rehmat.singlehtml.com Image

When i put "overflow:scoll" css to make scroll but when i did it makes my table td so small. I want full width of my td and scroll too. Any one ?

Here is the css of scroll

 tbody{
    max-height: 100px;
    overflow-y: scroll;
    display: block;
   }
2
  • Go to fiter -> by atrribute and you ll see a box Commented Mar 28, 2018 at 12:48
  • remove max-height:100px Commented Mar 28, 2018 at 12:50

1 Answer 1

1

set display grid to tr

tr{
          display: grid;
    }
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.