1 Reply Latest reply on Feb 16, 2010 9:53 AM by reyaron

    page content is being cut in case of overflow

    reyaron

      Hi,

      The richfaces components content is being cut in case of overflow.

      Doing resize to the browser's window also cuts the content without any horizontal scroller.

      The components I use: toolbar, datatable...

      I don't use any problematic CSS such as "table-layout:fixed"... , just the defaults.

      I tried also to insert the following CSS without success:


      html {

          overflow-x: scroll;
           overflow-y: scroll;
      }

       

      and also


      html {
           overflow: scroll;
      }

       

       

      My Application runs with JBOSS 6, Seam 2.1.2 and richfaces 3.3

      Please advice.

      Thanks in advanced

      Yaron