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 9b6d064 commit 4f181b8Copy full SHA for 4f181b8
web_src/css/features/heatmap.css
@@ -6,7 +6,7 @@
6
7
@container (width > 0) {
8
#user-heatmap {
9
- /* Set element to fixed size so that it does not resize after load. The calculation is complex
+ /* 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);
12
}
0 commit comments