bottom-bar
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-20 14:44:24 +01:00
parent 8850b16635
commit 6020ea8c5b
6 changed files with 13 additions and 6 deletions

View file

@ -2,6 +2,7 @@
position: fixed;
bottom: 0;
left: 0;
z-index: calc(var(--z-header) - 10);
height: calc(var(--header-h)*0.75);
width: 100vw;
background-color: var(--color-bg);