.pl-page-layout-fixed {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pl-page-layout-fixed > header,
.pl-page-layout-fixed > footer {
    flex: 0 0 auto;
}

.pl-page-layout-fixed > main {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
}

.pl-page-layout-sections > main > section {
    min-height: 100%;
}

.pl-page-layout-center-sections > main > section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* L'éditeur conserve la perception du layout sans enfermer la navigation dans un scroll interne. */
.block-editor-block-list__layout .pl-page-layout-fixed {
    min-height: 100dvh;
    height: auto;
    overflow: visible;
}

.block-editor-block-list__layout .pl-page-layout-fixed > main {
    overflow: visible;
}
