.app-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    isolation: isolate;
}

.app-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
