mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 06:18:48 +00:00
암호 키 생성 페이지에서 스크롤 관련 레이아웃 깨짐 이슈 해결
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-full w-full p-2">
|
<div class="h-dvh w-full p-2">
|
||||||
<AdaptiveDiv>
|
<AdaptiveDiv>
|
||||||
{@render children?.()}
|
{@render children()}
|
||||||
</AdaptiveDiv>
|
</AdaptiveDiv>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
<title>암호 키 생성하기</title>
|
<title>암호 키 생성하기</title>
|
||||||
</svetle:head>
|
</svetle:head>
|
||||||
|
|
||||||
<div class="flex h-full flex-col justify-between">
|
<div class="flex h-full flex-col justify-between overflow-auto">
|
||||||
<TitleDiv>
|
<TitleDiv>
|
||||||
<div class="flex flex-col gap-y-2">
|
<div class="flex flex-col gap-y-2">
|
||||||
<h1 class="text-3xl font-bold">암호 키 생성하기</h1>
|
<h1 class="text-3xl font-bold">암호 키 생성하기</h1>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex h-full w-full flex-col justify-between">
|
<div class="flex h-dvh w-full flex-col justify-between">
|
||||||
<div>
|
<div>
|
||||||
{@render children?.()}
|
{@render children()}
|
||||||
</div>
|
</div>
|
||||||
<BottomBar />
|
<BottomBar />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user