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 0c9d46b commit 417c2baCopy full SHA for 417c2ba
web_src/css/features/heatmap.css
@@ -4,11 +4,10 @@
4
position: relative;
5
}
6
7
-.activity-heatmap-container {
8
- container: activity-heatmap-container / inline-size;
9
-}
10
-
11
@supports (container-type: inline-size) {
+ .activity-heatmap-container {
+ container: activity-heatmap-container / inline-size;
+ }
12
@container activity-heatmap-container (width > 0) {
13
#user-heatmap {
14
/* Set element to fixed height so that it does not resize after load. The calculation is complex
0 commit comments