Skip to content

Commit c9c4004

Browse files
committed
fix sidebar
1 parent db31d2a commit c9c4004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/App.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const appStyles = {
1313
editorColumn: "flex flex-1 min-h-0",
1414
editorInner: "flex-1 min-h-0",
1515
explorerPane: (open: boolean) =>
16-
`absolute top-0 right-0 bottom-14 transform transition-transform duration-300 ease-out will-change-transform backdrop-blur-2xl backdrop-saturate-150 ${open ? "translate-x-0 pointer-events-auto" : "translate-x-full pointer-events-none"
16+
`absolute top-0 right-0 bottom-0 transform transition-transform duration-300 ease-out will-change-transform backdrop-blur-2xl backdrop-saturate-150 ${open ? "translate-x-0 pointer-events-auto" : "translate-x-full pointer-events-none"
1717
}`,
1818
desktopShortcutWrapper: "pointer-events-auto fixed left-6 top-24 z-0",
1919
};

0 commit comments

Comments
 (0)