🐛(frontend) fix sticky panel editor

the sticky panel editor is not working properly,
the panel editor should be sticky until the bottom
when the user scrolls the page.
This commit is contained in:
Anthony LC
2024-10-01 15:28:35 +02:00
committed by Anthony LC
parent 3a6bc8c0f7
commit f00f833ee2

View File

@@ -35,7 +35,6 @@ export const PanelEditor = ({
$css={`
top: 0vh;
transform: translateX(0%);
overflow: hidden;
flex: 1;
margin-left: 1rem;
${