Merge: 일정 타임라인 빈 상태 표 영역 가득 채우기
tweak/schedule-empty-fill 머지.
This commit is contained in:
@@ -237,6 +237,8 @@ function onBodyScroll(): void {
|
||||
.tl-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* 빈 상태가 표 영역 전체 높이를 채우도록 본문을 가득 채운다 */
|
||||
min-height: 100%;
|
||||
}
|
||||
.tl-headrow {
|
||||
display: grid;
|
||||
@@ -410,6 +412,7 @@ function onBodyScroll(): void {
|
||||
box-shadow: 0 0 0 2px var(--accent);
|
||||
}
|
||||
.tl-empty {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user