#6029: FATE style overflows and hides it
------------------------------------+-----------------------------------
             Reporter:  Cigaes      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  website
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by Cigaes):

 Thanks for looking into it.

 Same problem, although less stringent since the table uses the whole
 width, and thus is truncated later. But it still start hiding bits when my
 window width is less than 700 pixels.

 The problem is the "overflow-x: auto" rule on the enclosing div.table-
 responsive: when the table is larger than what fits in the window, it puts
 a scollbar at the end of the whole table. But since there is no
 corresponding overflow-y rule limiting the height, the vertical scrolling
 acts on the whole page body, and the scroll bar of the table is hidden.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6029#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to