p-sectionLinks h-scroller css overflow issue for link content wider than 1200px

  • Thread starter Thread starter bzcomputers
  • Start date Start date

bzcomputers

Guest
Member
If the total displayed length of links contained within <div class ="p-sectionLinks"> exceeds 1200px there is a css overflow issue. The text overflow is still "visible" beyond the .p-sectionLinks-inner which has a max-width: 1200px. It appears the current css applies "overflow: visible" to all screens wider than 768px, which will not work for screens greater than 1200px without breaking the inner width constraints and also possibly creating a full page horizontal scroll.

To duplicate you...

Read more
 
Top