소스 검색

🐛fix: fix the opacity issue with the header

Naz 1 개월 전
부모
커밋
5419492689
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/share/Header.svelte

+ 1 - 1
src/lib/share/Header.svelte

@@ -8,7 +8,7 @@
 </script>
 
 <header
-  class="fixed top-0 flex flex-col md:flex-row justify-between items-center p-3 w-full bg-background border-b mb-32"
+  class="fixed top-0 flex flex-col md:flex-row justify-between items-center p-3 w-full bg-background/85 backdrop-blur-xl border-b mb-32 z-50"
 >
   <div class="flex flex-col md:flex-row items-center mb-1 md:mb-0">
     <button on:click={() => goto("/#")}>