From 800e5b506e02eb138e15fb185ac645e8beeae1b7 Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Mon, 23 Nov 2020 15:35:40 -0600 Subject: [PATCH] fix(MENDEL-7408): reduce Sidebar max-height from 200px to 150px on sm and below --- src/components/MediaOverlay/Sidebar/Sidebar.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MediaOverlay/Sidebar/Sidebar.module.scss b/src/components/MediaOverlay/Sidebar/Sidebar.module.scss index 1430c13..a665f1f 100644 --- a/src/components/MediaOverlay/Sidebar/Sidebar.module.scss +++ b/src/components/MediaOverlay/Sidebar/Sidebar.module.scss @@ -9,7 +9,7 @@ @include media-breakpoint-down(sm) { bottom: 0; left: 0; - max-height: 200px; + max-height: 150px; position: fixed; width: 100%; }