i can use html css and js to achieve the responsive here but i have to use the overflow.
i am using a jquery plugin inside a div and giving overflow:auto so when the screen size increasing it is really annoying so how to resolve this issue.
problem is :
when the screen size is bigger then this div is looking where small since i have given the fixed width and height to apply the overflow property.
Which issue? “It is really annoying” is not much of an indication for us to work with.
Do you have a link to the live page where this is happening? If not, can you set up a live example on CodePen or a similar site? Without the code, (and a clear description of the problem), it’s hard to offer any kind of suggestion.
However, without more code I’m unable to picture the problem or guess at the solution.
@phani: can you post a working version of the page with any sensitive information removed? Use nonsense data in the table if need be, to produce the same effect you’re seeing which you want fixed. The example in your CodePen doesn’t help, as it isn’t exhibiting the behaviour you describe.
Finally, unless #cnt has {overflow:hidden} or some other overflow value assigned elsewhere that needs to be overridden, {overflow:auto} is probably useless (it is the default).