Personal Site

Stop other things rendering over header popout (can be made more robust when anchor is baseline)

vielle.dev 0e725cfe 261ed3f4

verified
+1
+1
src/components/Header.astro
··· 129 details { 130 > ul { 131 position: absolute; 132 133 margin-top: 10px; 134 padding: 20px;
··· 129 details { 130 > ul { 131 position: absolute; 132 + z-index: 99999; 133 134 margin-top: 10px; 135 padding: 20px;