We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f181b8 commit 1341d5aCopy full SHA for 1341d5a
web_src/css/features/heatmap.css
@@ -8,7 +8,7 @@
8
#user-heatmap {
9
/* Set element to fixed height so that it does not resize after load. The calculation is complex
10
because the element does not scale with a fixed aspect ratio. */
11
- height: calc((100cqw / 5) - (100cqw / 25) + 20px);
+ min-height: calc((100cqw / 5) - (100cqw / 25) + 20px);
12
}
13
14
0 commit comments