Firefox Issue – Additional Horizontal Scroll Bar
-
I’m seeing an additional horizontal scroll in my first column when viewing in Firefox only. I’ve done of bit of tweaking to figure this one out and I’m a bit stuck here. Couldn’t find any info on this either. Any changes I do make it pop up in all browsers.
We have the TablePress Extension: DataTables FixedColumns
plugin running. We’re using fixed table layout and setting all the columns to 150px.Any thoughts or help on this would be greatly appreciated I’m pretty lost on this one.
All we’re trying to do is set the first column as fixed and set individual column widths.
Link:
https://www.bfmarketing.com/AshlandWebsite-Demo/products_for_agriculture/agrimer-df.htmlCustom CSS added to the Custom CSS in Plugin Options
.tablepress .odd td { background-color: #ffffff; } .tablepress .even td { background-color: #A4A86B; } /* Table Head BG COLOR */ .tablepress thead th { background-color: #59621D; } .tablepress .row-hover tr:hover td { background-color: #edeee1; } #content thead th { color: #ffffff; font-size: 16px; font-weight: bold; line-height: 18px; padding: 9px 24px; } .tablepress tbody td { font-family: Helvetica Neue; font-size: 14px; color: #333333; } .tablepress { table-layout: fixed; } .tablepress .column-1 { width: 150px !important; } .tablepress .column-2 { width: 150px !important; } .tablepress .column-3 { width: 150px !important; } .tablepress .column-4 { width: 150px !important; } .tablepress .column-5 { width: 150px !important; } .tablepress .column-6 { width: 150px !important; } .tablepress .column-7 { width: 150px !important; } .tablepress .column-8 { width: 150px !important; } .tablepress .column-9 { width: 150px !important; } .tablepress .column-10 { width: 150px !important; } .tablepress .column-11 { width: 150px !important; } .tablepress .column-12 { width: 150px !important; } .tablepress .column-13 { width: 150px !important; } .tablepress .column-14 { width: 150px !important; }
- The topic ‘Firefox Issue – Additional Horizontal Scroll Bar’ is closed to new replies.