diff --git a/ui/app/styles/components/gutter-toggle.scss b/ui/app/styles/components/gutter-toggle.scss index 73978738eba..8113fbba9c6 100644 --- a/ui/app/styles/components/gutter-toggle.scss +++ b/ui/app/styles/components/gutter-toggle.scss @@ -3,7 +3,8 @@ position: absolute; left: 0; - padding: 1.25rem 1rem; + padding: 1.25rem 0.7rem; + z-index: 1; // Make sure the toggle is on top of its siblings height: 100%; fill: desaturate(lighten($nomad-green, 20%), 30%); cursor: pointer;