From 3d067b5fa9f5efa980c20ade1cc04cb2c8c79e70 Mon Sep 17 00:00:00 2001 From: anthonylusardi-da <59614480+anthonylusardi-da@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:37:47 -0400 Subject: [PATCH] Fix some screen widths not showing the content menu collapse/expand icon (#7138) * Fix some screen widths/zoom levels not showing the content menu collapse/expand icon * CHANGELOG_BEGIN [Docs] Fix some screen widths not showing the content menu collapse/expand icon CHANGELOG_END --- docs/theme/sass/_theme_layout.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/theme/sass/_theme_layout.sass b/docs/theme/sass/_theme_layout.sass index 4e033717c2..3f88694181 100644 --- a/docs/theme/sass/_theme_layout.sass +++ b/docs/theme/sass/_theme_layout.sass @@ -1486,6 +1486,7 @@ body position: absolute right: 32px top: 14px + z-index: 300 .content-menu-wrapper position: absolute @@ -1645,7 +1646,7 @@ body position: absolute right: 32px top: 25px - z-index: 4 + z-index: 300 .content-menu-wrapper padding-left: 42px