.header.svelte-1wxg55s {
    background: var(--grey-700);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height);
    z-index: 2;
    position: relative;
    box-shadow: var(--shadows-lg);
    flex-shrink: 0;
    touch-action: none;
    padding-right: var(--scrollbar-size)
}

.body.svelte-1wxg55s {
    flex: 1;
    overscroll-behavior: contain;
    overflow-y: auto
}