fix:푸터고정

TaehunPark 2022-11-03 14:24:10 +09:00
parent 5cb149779f
commit f767cda7fc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<body class="d-flex flex-column h-100">
<header th:replace="fragments/header :: headerFragment"></header>
<div sec:authorize="isAnonymous()" layout:fragment="content"></div>
<div sec:authorize="isAuthenticated()" class="row h-100 mx-0">
<div sec:authorize="isAuthenticated()" class="row mx-0">
<div class="col-2 border-end">
<div th:replace="fragments/leftMenu :: leftMenuFragment"></div>
</div>