CSS: Flex Box not printing all pages on Firefox

前端 未结 2 1627
独厮守ぢ
独厮守ぢ 2021-02-02 08:01

I have a page with a structure similar to this:

2条回答
  •  野性不改
    2021-02-02 08:53

    Bug not fixed yet: https://bugzilla.mozilla.org/show_bug.cgi?id=939897

    Unfortunately seems like I'm hitting the same issue but because of CSS Grid. This is the site: https://cv.l3x.in

    On macOs 10.14.6 it prints all right in Chrome and Safari, on Firefox 72.0 it's truncating the "Work experience" section at the first page break, skipping to the next item in the unsorted list.

    The same content rendered without any display: grid prints correctly: https://cv.l3x.in/work

    The same quick workaround works though, i.e. replacing display: grid with display: block

提交回复
热议问题