Skip to content

Commit

Permalink
[twisty] Remove position: absolute from TwistyPlayer CSS.
Browse files Browse the repository at this point in the history
This seems to cause a layout issue in `cdn.cubing.net` but not local dev. No idea why, though.
  • Loading branch information
lgarron committed Jun 6, 2021
1 parent 2f414ed commit bd9852b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cubing/twisty/dom/viewers/Twisty3DCanvas.css_.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const twisty3DCanvasCSS = new CSSSource(`
.wrapper > canvas {
max-width: 100%;
max-height: 100%;
position: absolute;
}
.wrapper.invisible {
Expand Down

0 comments on commit bd9852b

Please sign in to comment.