mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 05:40:49 +08:00
fix(website): z-index of header
This commit is contained in:
parent
2c4d0d800c
commit
7d0a555999
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<header class="header bg-white sticky top-0">
|
<header class="header bg-white sticky top-0 z-50">
|
||||||
<div class="container mx-auto flex items-center py-5">
|
<div class="container mx-auto flex items-center py-5">
|
||||||
<a href="/" class="flex items-center gap-x-2 w-100">
|
<a href="/" class="flex items-center gap-x-2 w-100">
|
||||||
<img src="icon-color.svg" alt="Trilium Notes Logo" class="w-10 h-10">
|
<img src="icon-color.svg" alt="Trilium Notes Logo" class="w-10 h-10">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue