jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
5.93k stars 2.37k forks source link

fix: Popover z-index issue on left sidebar #1230

Open ikerls opened 2 weeks ago

ikerls commented 2 weeks ago

Issue:

Popovers in the left sidebar were displaying underneath certain elements, such as the footer and code blocks. (See #1217 point 2)

Solution:

Set the z-index: 1; for both the left and right sidebars to ensure that popovers are displayed above all other elements.