Skip to content

Commit

Permalink
개편된 Gnb에 맞게 LeftSidebar 높이 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
CirnoV committed Nov 19, 2024
1 parent f706873 commit ae29850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/sidebar/LeftSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function LeftSidebar(props: { children: JSXElement }) {
style={{
transform: sidebarOpen.get() ? "none" : "translateX(-100%)",
}}
class="pointer-events-auto fixed h-[calc(100vh-3.5rem)] w-inherit flex flex-col border-r bg-white transition-transform <md:pl-6 md:!transform-none"
class="pointer-events-auto fixed h-[calc(100vh-6.5rem)] w-inherit flex flex-col border-r bg-white transition-transform <md:pl-6 md:!transform-none"
>
{props.children}
</div>
Expand Down

0 comments on commit ae29850

Please sign in to comment.