Abhay Singh
Abhay Singh

Reputation: 1679

css overflow-x hidden not working in nokia device

    body 
{
    overflow-x:hidden;
    }

this property is not supportd in nokia device. Kindly help me .

Upvotes: 1

Views: 137

Answers (1)

Gaurav Gandhi
Gaurav Gandhi

Reputation: 3201

Following are links to some same question's solution, have a look

this https://stackoverflow.com/a/4953372/923426

this https://stackoverflow.com/a/8267076/923426

Upvotes: 2

Related Questions