diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 6211445e..0612f4fa 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -29,9 +29,8 @@ body { } #header { - position: fixed; width: 100%; - height: $header-height; + height: 0; line-height: 24px; color: #f2f2f2; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index ba8a1f03..b4b23453 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -38,9 +38,8 @@ body { display: none; } #header { - position: fixed; width: 100%; - height: 36px; + height: 0; line-height: 24px; color: #f2f2f2; } #header button {