| @@ -114,8 +114,13 @@ | ||
| 114 | 114 | width: min-content; |
| 115 | 115 | display: inline-table; |
| 116 | 116 | height: unset; |
| 117 | 117 | } |
| 118 | +@-moz-document url-prefix() { | |
| 119 | + body div.dtr-modal div.dtr-modal-display { | |
| 120 | + height: inherit; | |
| 121 | + } | |
| 122 | +} | |
| 118 | 123 | div.dtr-modal-content table.wpda-child-modal thead, |
| 119 | 124 | div.dtr-modal-content table.wpda-child-modal tbody, |
| 120 | 125 | div.dtr-modal-content table.wpda-child-modal tfoot { |
| 121 | 126 | display: block; |