fix:푸터고정
parent
5cb149779f
commit
f767cda7fc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue