I've been experimenting with creating a pop-out menu using bootstrap 4 and jquery.
Following this tutorial at
My implementation currently looks like this...
https://i.sstatic.net/47AST.png
Having trouble figuring out the cause of this issue. Initially thought it was due to <div class="wrapper">
being placed incorrectly. Originally had it outside the body tag which didn't work, then moved it inside following the example's source code but that didn't solve the problem..
You can view my source code here: