Hide menu with CSS.
No more "flash" of menu when page loads. Due to the overwhelming outcry by devs, I've decided to push out a quick css fix for this which hides the menu on small screens with css using opacity: 0;
. TODO: Find better solution.
No more "flash" of menu when page loads. Due to the overwhelming outcry by devs, I've decided to push out a quick css fix for this which hides the menu on small screens with css using opacity: 0;
. TODO: Find better solution.