Add position stylingto playground container to equal 'relative'

pull/3446/head
jozebel11 2022-12-02 10:50:32 +00:00
parent a5298e13bb
commit 98674ca321
1 changed files with 1 additions and 0 deletions

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