html - Reducing the height of my div element contiuned -
this question exact duplicate of:
i embedded style tag css , have added max-height:90% suggested div element still overflowing other elements. doing wrong???
hard without part of code... still possible guide bit can use css overflow proprety:
myelement{ overflow-y : scroll; }
or
myelement{ overflow-y : auto; }
Comments
Post a Comment