Menu

#624 Weird graphic overlay

Git
closed-fixed
nobody
None
5
2019-08-20
2018-06-04
No

Weird graphic overlay - the bottom panel shoudl either expand to the width of table (not just maximum of the screen) or not be there at all. This way it confuses as there is empty white rectangle covering data (unless you scroll left to the beginning of the table).

1 Attachments

Discussion

  • Jakub Vrána

    Jakub Vrána - 2018-07-15
    • status: open --> open-accepted
     
  • Jakub Vrána

    Jakub Vrána - 2018-07-15

    Yeah, this is weird. Any idea how to solve it? The bottom panel has position: sticky.

     
  • Robert Mesaros

    Robert Mesaros - 2019-03-30

    Possible solution:

    body {
        width: -moz-fit-content;
        width: fit-content;
    }
    

    design rmsoft
    mail (jakub@vrana.cz 27.03.2019)

     
    • Jakub Vrána

      Jakub Vrána - 2019-05-18

      Thanks.

       
  • Jakub Vrána

    Jakub Vrána - 2019-05-18
    • status: open-accepted --> closed-fixed
     
  • Denis Krymov

    Denis Krymov - 2019-07-18

    This is good fix when table wider than screen. But there is another thing. It's really annoying when you work with small tables, smaller than screeen, and got header with different width all the time. I propose to make it table-width but not less than screen width.

     
    • Jakub Vrána

      Jakub Vrána - 2019-08-20

      I can't reproduce it in Chrome or Firefox. Which browser? Please also provide a screenshot.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.