From da4c06bb6576a623bdfc9192c19ea7f9c6d47e96 Mon Sep 17 00:00:00 2001 From: cussle Date: Fri, 15 Nov 2024 13:32:39 +0900 Subject: [PATCH] feat: Fix header and navbar position in card-manage --- .../resources/static/css/card/card-manage.css | 8 +++++ src/main/resources/templates/card-manage.html | 36 ++++++++++--------- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/main/resources/static/css/card/card-manage.css b/src/main/resources/static/css/card/card-manage.css index 3206b35..0f68789 100644 --- a/src/main/resources/static/css/card/card-manage.css +++ b/src/main/resources/static/css/card/card-manage.css @@ -1,3 +1,10 @@ +.container { + height: 100dvh; + overflow: hidden; + display: flex; + flex-direction: column; +} + .header { display: flex; justify-content: center; @@ -34,6 +41,7 @@ /* 명함 리스트 섹션 */ .card-list-section { + overflow-y: auto; padding: 1rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); diff --git a/src/main/resources/templates/card-manage.html b/src/main/resources/templates/card-manage.html index cc89007..09cd3ec 100644 --- a/src/main/resources/templates/card-manage.html +++ b/src/main/resources/templates/card-manage.html @@ -19,25 +19,27 @@ - -
- arrow_back_ios -

명함 관리

+
+ +
+ arrow_back_ios +

명함 관리

+
+ + +
+ +
+ + +
+ +
+ + +
- -
- -
- - -
- -
- - -
-