In my app, I want everything to render according to screen size.
But a div is not rendering ;
Here is code :
<div id="tools" class="open">
.....
</div>
css :
#tools{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 5%;
overflow: hidden;
background: #ffffff;
}
It doesn't render according to screen size. Please provide me some feasible solution for this
EDIT :
Some tools icon is used in above div. So whatever screen size is used, size of image icon remains same. it doesnt render according to screen size