Skip to content

Commit 417c2ba

Browse files
committed
move class into supports
1 parent 0c9d46b commit 417c2ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web_src/css/features/heatmap.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
position: relative;
55
}
66

7-
.activity-heatmap-container {
8-
container: activity-heatmap-container / inline-size;
9-
}
10-
117
@supports (container-type: inline-size) {
8+
.activity-heatmap-container {
9+
container: activity-heatmap-container / inline-size;
10+
}
1211
@container activity-heatmap-container (width > 0) {
1312
#user-heatmap {
1413
/* Set element to fixed height so that it does not resize after load. The calculation is complex

0 commit comments

Comments
 (0)