Make controls sticky (#5478)

This commit is contained in:
Reece Browne
2026-01-15 10:25:37 +00:00
committed by GitHub
parent dbf72cf053
commit 8fcee482f0

View File

@@ -102,7 +102,7 @@ const PageEditorControls = ({
return (
<div
style={{
position: 'absolute',
position: 'sticky',
left: 0,
right: 0,
bottom: 0,