fix: Garbled text in sidebar and dropdown menus on Linux
Linux users with Intel GPUs have been reporting issues with garbled
or ghosting text in the sidebar nav and header dropdown menu.
The exact cause is unknown but likely a Electron rendering issue with
Intel GPUs when opacity is set with the icons and text elements.
To workaround the problem we can set an element that will change the
stacking context directly on the problem elements.
Fixes: https://github.com/logseq/logseq/issues/7233