Skip to content

Commit

Permalink
Fix the sitemap wrapper height
Browse files Browse the repository at this point in the history
We want the loading spinner centered.
  • Loading branch information
tvdeyen committed Jun 2, 2020
1 parent 9105536 commit e75927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/sitemap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#sitemap-wrapper {
position: relative;
min-height: 100%;
min-height: calc(100vh - 96px);
}

.sitemap_pagename_link {
Expand Down

0 comments on commit e75927f

Please sign in to comment.