🐛(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:
@@ -35,7 +35,6 @@ export const PanelEditor = ({
|
||||
$css={`
|
||||
top: 0vh;
|
||||
transform: translateX(0%);
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
margin-left: 1rem;
|
||||
${
|
||||
|
||||
Reference in New Issue
Block a user