Skip to content

Commit

Permalink
Bug fix for issue #213: CSS style for canvas element is more selective
Browse files Browse the repository at this point in the history
  • Loading branch information
tboch committed Jan 16, 2025
1 parent 718a8a0 commit afce55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/aladin.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit afce55f

Please sign in to comment.