Jump to content

Reports Plugin CSS


Happy2Play

Recommended Posts

Happy2Play

With the table size increasing it is more functional freezing the header row and having overflow scroll.

#libraryReportManagerPage .content-primary {padding-bottom: 1em;}

.reporContainer {
  overflow-y: scroll;
  height: 630px !important;
}

.tblLibraryReport th{
  position: sticky;
  top: 0;
  background: black;
  z-index: 1;
}

reports.thumb.jpg.9f996df02a82b229028ea8954f79d33a.jpg

 

@Luke, I did this to fix this issue when arrowing right on the table.

report1.thumb.jpg.4f6141512e7ba4af80a58d84acb56478.jpg

Edited by Happy2Play
added initial issue
Link to comment
Share on other sites

Happy2Play
1 minute ago, Luke said:

You mean the sidebar overlap?

Yes the table expands to full screen width, when you arrow right within the table to see the other columns. 

Link to comment
Share on other sites

Happy2Play
3 minutes ago, Luke said:

Wouldn't it be better to scroll horizontally?

It potentially needs both with the amount of columns and freezing the headers.  But I guess it comes down to on screen vs export.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...