0
overflow property is not work in android?
Overflow property https://code.sololearn.com/WPp90HD3ow44/?ref=app
3 Réponses
+ 1
Probably you can point out where is this overflow property in your code so one doesn't have to go through whole code!
+ 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;
}
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">