css improvements

This commit is contained in:
Fabian Schieder 2026-01-22 19:02:10 +01:00
parent 7c54016143
commit d8a43275b5

View File

@ -286,7 +286,7 @@ body {
.header { .header {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1000; z-index: 10;
background: var(--header-bg); background: var(--header-bg);
box-shadow: 0 2px 10px rgba(0,0,0,0.15); box-shadow: 0 2px 10px rgba(0,0,0,0.15);
} }