Page 1 of 1

Unnecessary horizontal scroll bar in Firefox

Posted: 01 Nov 2016, 10:13
by zeeshan.rb
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

Re: Unnecessary horizontal scroll bar in Firefox

Posted: 15 Nov 2016, 14:23
by mert.sincan
Please try;

Code: Select all

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

OR

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