Merge pull request #3446 from Jozebel11/main

Add position styling to playground container to equal 'relative'
This commit is contained in:
Henning Dieterichs 2023-01-31 14:11:25 +01:00 committed by GitHub
commit e85d06aa9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';