Skip to content

Commit c81cda0

Browse files
committed
Revert "use min-height to support unsupporting browsers"
This reverts commit 1341d5a.
1 parent d77d485 commit c81cda0

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-
min-height: calc((100cqw / 5) - (100cqw / 25) + 20px);
11+
height: calc((100cqw / 5) - (100cqw / 25) + 20px);
1212
}
1313
}
1414

0 commit comments

Comments
 (0)