Skip to content

Commit ab9c368

Browse files
authored
adjust paper bottom position (#210)
1 parent 8f42dbe commit ab9c368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MlMeasureTool/MlMeasureTool.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ const CatalogueSidebar: React.FC<CatalogueSidebarProps> = ({ openSidebar, setOpe
254254
<Paper
255255
sx={{
256256
position: 'fixed',
257-
bottom: '8%',
257+
bottom: '20px',
258258
left: '50%',
259259
borderColor: theme.palette.mode === 'dark' ? '#313131' : '#f6f6f6',
260260
padding: '10px',

0 commit comments

Comments
 (0)