Merge pull request #3446 from Jozebel11/main

Add position styling to playground container to equal 'relative'
pull/3152/head^2
Henning Dieterichs 2 years ago committed by GitHub
commit e85d06aa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,7 @@
playgroundContainer.style.width = WIDTH + 'px';
playgroundContainer.style.height = HEIGHT - FOOTER_HEIGHT + 'px';
playgroundContainer.style.position = 'relative';
sampleSwitcher.style.position = 'absolute';
sampleSwitcher.style.top = TITLE_HEIGHT + 'px';

Loading…
Cancel
Save