Skip to content

Commit

Permalink
Add calculated top padding to loading wrapper element
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Apr 13, 2024
1 parent 7dafc44 commit 89e2314
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ $footer-height: 70px;
top: 0;
align-items: center;
justify-content: center;
padding-top: $header-height;
// Push down so that the progress bar is centered vertically.
// It should be 120px (72px modal header height + 48px tab height)
padding-top: $header-height + $grid-unit-15 + $grid-unit-60;
}

.font-library-modal__tabpanel-layout__footer {
Expand Down

0 comments on commit 89e2314

Please sign in to comment.