Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test
  • Loading branch information
ramonjd committed Jun 26, 2023
commit 6c8186d51bc37af3f59600c40b145d37a2b93537
7 changes: 7 additions & 0 deletions packages/edit-site/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ body.site-editor-php {
@include reset;
}

// Temporary fix for the modal not being full height.
// Can be removed once WordPress Core is updated.
// See https://github.com/WordPress/wordpress-develop/pull/4695
.site-editor {
height: 100vh;
}

.edit-site {
height: 100vh;

Expand Down