Skip to content

Commit

Permalink
docs: add back 100vh min height
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Feb 11, 2023
1 parent faeaa0e commit 1273041
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/theme/assets/less/dialtone-docs.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ html {
scroll-padding-top: 6.4rem;
}

// @TODO: Move this class into root-layout component on dialtone-vue
.root-layout {
min-height: 100vh;
}

// ============================================================================
// $ SEARCH BUTTON
// Override search button with dialtone styles
Expand Down

0 comments on commit 1273041

Please sign in to comment.