#notifications {
    position: absolute;
    top: var(--header-height);
    width: 100%;
    display: grid;
    gap: 0.25rem;
}
