The default css property value is
```css
.Skin #Questions{
overflow:auto
}
```
I want to remove the overflow property. Can anyone tell me why the jquery isn't working?
Thank you!Solved
Removing css property using jquery
Hello,
I am trying to remove css property using jquery but I can't make it work. Please take a look at the below code:
!
The default css property value is
```css
.Skin #Questions{
overflow:auto
}
```
I want to remove the overflow property. Can anyone tell me why the jquery isn't working?
Thank you!
The default css property value is
```css
.Skin #Questions{
overflow:auto
}
```
I want to remove the overflow property. Can anyone tell me why the jquery isn't working?
Thank you!Best answer by Anonymous
Hello @casualuser ,
Please use the below code:
`jQuery(".Skin #Questions").css("overflow","initial");`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
