We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db31d2a commit c9c4004Copy full SHA for c9c4004
1 file changed
apps/web/src/app/App.styles.ts
@@ -13,7 +13,7 @@ export const appStyles = {
13
editorColumn: "flex flex-1 min-h-0",
14
editorInner: "flex-1 min-h-0",
15
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"
+ `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"
17
}`,
18
desktopShortcutWrapper: "pointer-events-auto fixed left-6 top-24 z-0",
19
};
0 commit comments