From de745c3ba07b692ba0ca03f952a08f24e26a9ec4 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 22 Feb 2016 11:01:47 -0800 Subject: [PATCH] Fix menu overlap issue The button for the conversation menu was rendering on top of the global menu since the global menu was part of a position-fixed element and thus except from the normal document flow. // FREEBIE --- stylesheets/_global.scss | 3 +-- stylesheets/manifest.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 6211445ec..0612f4fa8 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 ba8a1f03d..b4b234532 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 {