overflow property is not work in android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

overflow property is not work in android?

Overflow property https://code.sololearn.com/WPp90HD3ow44/?ref=app

1st Oct 2020, 10:29 AM
dinesh stark
dinesh stark - avatar
3 Answers
+ 1
Probably you can point out where is this overflow property in your code so one doesn't have to go through whole code!
1st Oct 2020, 10:30 AM
Abhay
Abhay - avatar
+ 1
dinesh stark body takes whole width and height of its content ,you need to restrict it by setting boundaries using height and width, body{ width:300px;; height:450px; overflow:hidden; }
1st Oct 2020, 10:45 AM
Abhay
Abhay - avatar
0
In that code i dont mention overflow y beacuse its not working.. I want to apply overflow to whole Body Example: <body style="overflow:hidden">
1st Oct 2020, 10:38 AM
dinesh stark
dinesh stark - avatar