eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

drivertable not scrollable #80

Closed viper4gh closed 7 years ago

viper4gh commented 7 years ago

If there are to many drivers in the table ( for example more than 30 on a Full HD screen) you cannot see the entries after 30. In result we need a max value for the table and a scrollbar if there is not enough space to show all entries.

eckhchri commented 7 years ago

Fixed in commit https://github.com/eckhchri/pcars-ds-liveview/commit/9af8b5fa93595ae12fa444ff1674295d02094f9b.

Change order of loading css files. pcars.css is now loaded after jqgrid.css. This make it possible to overwrite some CSS settings like overflow-x: hidden; to suppress X-scrollbar