Unnecessary horizontal scroll bar in Firefox

Locked
zeeshan.rb
Posts: 22
Joined: 26 Jan 2014, 07:39

01 Nov 2016, 10:13

I am using Primefaces 6.0 and Sentinel themes and layout on Weblogic11g/jsf2.0.

I get an unnecessary horizontal scroll bar in Firefox which i dont get in Chrome and IE. below is the screenshot.

http://imgur.com/a/XWfWj

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

15 Nov 2016, 14:23

Please try;

Code: Select all

.layout-header-widgets-submenu {
   margin-left: -235px;
   width: 250px;
}

OR

.layout-header-widgets-submenu {
    overflow-x: hidden;
}

Locked

Return to “Sentinel”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 11 guests