Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit cf45830

Browse files
스크롤 구현
1 parent 0936d84 commit cf45830

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/components/api-docs/api-docs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { AdminService, ApiDoc } from '../../services/admin.service';
3131
FormsModule
3232
],
3333
template: `
34-
<div class="p-6 bg-md-sys-color-surface h-full overflow-y-auto max-w-6xl mx-auto">
34+
<div class="p-6 bg-md-sys-color-surface h-screen overflow-y-auto max-w-6xl mx-auto">
3535
<h1 class="md-typescale-headline-large text-md-sys-color-on-surface mb-6">API 문서</h1>
3636
3737
<div class="flex flex-col md:flex-row gap-4 mb-6">

src/app/components/database/database.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { AdminService, TableInfo, TableData } from '../../services/admin.service
2929
MatChipsModule
3030
],
3131
template: `
32-
<div class="p-6 bg-md-sys-color-surface h-full overflow-hidden">
32+
<div class="p-6 bg-md-sys-color-surface h-screen overflow-hidden">
3333
<h1 class="md-typescale-headline-large text-md-sys-color-on-surface mb-6">데이터베이스 관리</h1>
3434
3535
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 h-[calc(100%-3rem)]">

src/app/components/logs/logs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { AdminService, LogFile, LogContent } from '../../services/admin.service'
2727
FormsModule
2828
],
2929
template: `
30-
<div class="p-6 bg-md-sys-color-surface min-h-screen">
30+
<div class="p-6 bg-md-sys-color-surface h-screen overflow-hidden">
3131
<h1 class="md-typescale-headline-large text-md-sys-color-on-surface mb-6">로그 관리</h1>
3232
3333
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6 h-[calc(100vh-8rem)]">

0 commit comments

Comments
 (0)