Skip to content

Commit

Permalink
fix: quick fix to address band / height issue on the docs site in IE …
Browse files Browse the repository at this point in the history
…11 and Firefox
  • Loading branch information
sghoweri committed Jan 29, 2019
1 parent b1f5ef8 commit 0721b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions docs-site/src/components/site-layout/site-layout.scss
Expand Up @@ -3,15 +3,10 @@
@import '@bolt/core';
$bds-sidebar-width: 320px;

html {
display: flex;
flex-direction: column;
min-height: 100vh;
}

.c-bds-layout {
grid-template-columns: auto 1fr auto;
display: grid;
min-height: 100vh;

&--parent:not(.c-bds-layout--has-sidebar) {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion docs-site/src/templates/_site-head.twig
Expand Up @@ -26,7 +26,7 @@
{% set cacheBuster = bolt.data.config.prod ? "?v=" ~ bolt.data.fullManifest.version : "" %}

{% set htmlClasses = [
'',
currentUrl == 'index.html' ? 'u-bolt-min-height-screen u-bolt-flex' : ''
] %}

<!DOCTYPE html>
Expand Down

0 comments on commit 0721b70

Please sign in to comment.