Skip to content

Commit

Permalink
fix css selector for canvas element in 3d dfg-viewer
Browse files Browse the repository at this point in the history
only select canvas in 3D DFG-Viewer instead of gloabal
  • Loading branch information
fschoelzel committed Feb 16, 2024
1 parent 3981e8d commit 900e9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Public/Css/3DViewer/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a.wisski-inline-iip > div#wisski-iip-cont > img {
visibility: hidden;
}

canvas {
.tx-dlf-view-3d canvas {
display: block;
z-index: 0;
position: absolute;
Expand Down

0 comments on commit 900e9bf

Please sign in to comment.