Bug fix for issue #213: CSS style for canvas element is more selective

This commit is contained in:
Thomas Boch
2025-01-16 14:09:53 +01:00
parent 718a8a073c
commit afce55f1dd

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 */