Skip to content

Commit

Permalink
added style rule so that sticky can function
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Aug 3, 2023
1 parent f9ca606 commit 72d2e95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,8 @@ $block-joined: #{ join($blocks, (), $separator: comma) };
padding: 2px;
}
}

// WP 6.3 prevents our sticky feature from working
.edit-post-visual-editor {
overflow: visible;
}

0 comments on commit 72d2e95

Please sign in to comment.