From cf06c6a35fd0d0b748418245c9448411aed2a3e1 Mon Sep 17 00:00:00 2001 From: ehunter-usgs Date: Mon, 9 Jul 2018 13:03:20 -0600 Subject: [PATCH] Fix issue in template where content overflows with the side navigation expanded --- src/app/hazdev-template/styles.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/hazdev-template/styles.scss b/src/app/hazdev-template/styles.scss index 757cc1c..3c85a67 100644 --- a/src/app/hazdev-template/styles.scss +++ b/src/app/hazdev-template/styles.scss @@ -96,6 +96,15 @@ mark { font-weight: 400; } +img { + max-width: 100%; +} + +.sidenav-content { + overflow: hidden; +} + + /* Grid */ @@ -244,4 +253,4 @@ mark { .no-icon:before { content: ''; -} \ No newline at end of file +}