salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
174 stars 118 forks source link

Unable to Horizontal Scroll Reports in SuiteCRM 8 #533

Open pstevens71 opened 1 month ago

pstevens71 commented 1 month ago

Issue

When you create a report in the reports module in SuiteCRM 8 that is wider than the screen, you can’t horizontal scroll to the right in the browser and see the report with the bottom scroll bar (sorry I can’t add a screen shot as it’ live data).

In SuiteCRM 7 if you create a report wider than the screen you can horizontal scroll to the right and see the report.

image

Possible Fix

Just needs:

.list-view-rounded-corners { overflow-x: scroll; } I just don't know how to add CSS in Ver 8

Steps to Reproduce the Issue

1.Create a report with a fair number of columns
2.View the report
3.You will see the columns go off the screen to the right
4. There is no way to horizontal scroll to see the report.
...

Context

This kind of is a problem as many reports often have more columns that fit on the screen.

Version

8.6.1

What browser are you currently using?

Chrome

Browser Version

Chrome and Firefox tested

Environment Information

PHP 8.2

Operating System and Version

Centos 7

shubham-pawar commented 1 month ago

Litterally just needs:

.list-view-rounded-corners { overflow-x: scroll; } I just don’t know where to add CSS in SuiteCRM 8 - by paul