CSS table size/scroll capabilities -


i working on formatting table fit within screen size, having problems setting height of table.

width: 100%; overflow-x: scroll; allow me have table fit horizontally, of colleagues use mouse , taller tables not have scroll bar @ bottom of page, rather @ bottom of div, causing them have scroll bottom of table before being able scroll left/right.

this might super easy fix, learning lot of css on own, , overflow-y: scroll; set table height still cause them have scroll within frame of div bottom first. additionally, height: 100%; doesn't seem anything?

any insight appreciated.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -