2
0

💄 Fix UI regression on editor menu button

This commit is contained in:
Baptiste Arnaud
2024-03-13 12:50:25 +01:00
parent cbfc980cf5
commit 7e3c1e7999

View File

@ -60,7 +60,7 @@ export const EditorPage = () => {
<BoardMenuButton
pos="absolute"
right="40px"
top={`calc(20px + ${isSuspicious ? '70px' : '0'})`}
top={`calc(20px + ${isSuspicious ? '70px' : '0px'})`}
/>
<RightPanel />
</EventsCoordinatesProvider>