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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -