.voyager-client  {
    height: 100vh;
}
#wpcontent .voyager-client  {
    height: calc(100vh - 32px);
}
#wpcontent .voyager-client  {
    margin-left: -10px;
}
@media (min-width: 783px) {
    #wpcontent .voyager-client  {
        margin-left: -20px;
    }
}
/**
 * Fix the .menu-content being shown at the bottom of the screen, out of the viewport
 */
.graphql-voyager {
    position: relative;
}
