Merge pull request #224 from cds-astro/fix-pr-213

Bug fix for issue #213: CSS style for canvas element is more selective
This commit is contained in:
Thomas Boch
2025-01-16 14:14:35 +01:00
committed by GitHub

View File

@@ -229,7 +229,7 @@
height: fit-content;
}
canvas {
.aladin-container canvas {
image-rendering: optimizeSpeed; /* Older versions of FF */
image-rendering: -moz-crisp-edges; /* FF 6.0+ */
image-rendering: -webkit-optimize-contrast; /* Safari */