Skip to content

Commit 1341d5a

Browse files
committed
use min-height to support unsupporting browsers
1 parent 4f181b8 commit 1341d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/features/heatmap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#user-heatmap {
99
/* Set element to fixed height so that it does not resize after load. The calculation is complex
1010
because the element does not scale with a fixed aspect ratio. */
11-
height: calc((100cqw / 5) - (100cqw / 25) + 20px);
11+
min-height: calc((100cqw / 5) - (100cqw / 25) + 20px);
1212
}
1313
}
1414

0 commit comments

Comments
 (0)